public final class HyperwalletTransferUi
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
clearInstance() |
static HyperwalletTransferUi |
getInstance(HyperwalletAuthenticationTokenProvider authenticationTokenProvider) |
android.content.Intent |
getIntentCreateTransfer(android.content.Context context,
boolean lockScreenToPortrait)
Create intent for Creating Transfer
|
android.content.Intent |
getIntentCreateTransfer(android.content.Context context,
java.lang.String sourceToken,
boolean lockScreenToPortrait)
Create intent for Creating Transfer
|
public static HyperwalletTransferUi getInstance(HyperwalletAuthenticationTokenProvider authenticationTokenProvider)
authenticationTokenProvider
- An implementation of the HyperwalletAuthenticationTokenProvider
public android.content.Intent getIntentCreateTransfer(android.content.Context context, boolean lockScreenToPortrait)
context
- app contextlockScreenToPortrait
- if set true
screen will be locked to Portrait mode;
otherwise false
screen will follow whatever the
device orientation is directed.public android.content.Intent getIntentCreateTransfer(android.content.Context context, java.lang.String sourceToken, boolean lockScreenToPortrait)
context
- app contextsourceToken
- source token of the transferlockScreenToPortrait
- if set true
screen will be locked to Portrait mode;
otherwise false
screen will follow whatever the
device orientation is directed.public static void clearInstance()