public final class HyperwalletReceiptUi
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
clearInstance() |
static HyperwalletReceiptUi |
getInstance(HyperwalletAuthenticationTokenProvider authenticationTokenProvider) |
android.content.Intent |
getIntentListPrepaidCardReceiptActivity(android.content.Context context,
java.lang.String token,
boolean lockScreenToPortrait) |
android.content.Intent |
getIntentListReceiptActivity(android.content.Context context,
boolean lockScreenToPortrait) |
android.content.Intent |
getIntentListUserReceiptActivity(android.content.Context context,
boolean lockScreenToPortrait) |
public static HyperwalletReceiptUi getInstance(HyperwalletAuthenticationTokenProvider authenticationTokenProvider)
authenticationTokenProvider
- An implementation of the HyperwalletAuthenticationTokenProvider
public android.content.Intent getIntentListUserReceiptActivity(android.content.Context context, boolean lockScreenToPortrait)
context
- A Context of the application consuming this Intent.lockScreenToPortrait
- if set true
screen will be locked to Portrait mode;
otherwise false
screen will follow whatever the
device orientation is directed.ListUserReceiptActivity
public android.content.Intent getIntentListPrepaidCardReceiptActivity(android.content.Context context, java.lang.String token, boolean lockScreenToPortrait)
context
- A Context of the application consuming this Intent.token
- Token representing Prepaid cardlockScreenToPortrait
- if set true
screen will be locked to Portrait mode;
otherwise false
screen will follow whatever the
device orientation is directed.ListPrepaidCardReceiptActivity
public android.content.Intent getIntentListReceiptActivity(android.content.Context context, boolean lockScreenToPortrait)
context
- A Context of the application consuming this Intent.lockScreenToPortrait
- if set true
screen will be locked to Portrait mode;
otherwise false
screen will follow whatever the
device orientation is directed.TabbedListReceiptsActivity
public static void clearInstance()