Uses of Class
dev.vality.damsel.user_interaction.UserInteraction
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.proxy_provider | |
| dev.vality.damsel.user_interaction |
-
Uses of UserInteraction in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as UserInteraction Modifier and Type Field Description UserInteractionCustomerBindingInteractionRequested. interactionUserInteractionSessionInteractionChanged. interactionНеобходимое взаимодействиеMethods in dev.vality.damsel.payment_processing that return UserInteraction Modifier and Type Method Description UserInteractionCustomerBindingInteractionRequested. getInteraction()UserInteractionSessionInteractionChanged. getInteraction()Необходимое взаимодействиеMethods in dev.vality.damsel.payment_processing with parameters of type UserInteraction Modifier and Type Method Description CustomerBindingInteractionRequestedCustomerBindingInteractionRequested. setInteraction(UserInteraction interaction)SessionInteractionChangedSessionInteractionChanged. setInteraction(UserInteraction interaction)Необходимое взаимодействиеConstructors in dev.vality.damsel.payment_processing with parameters of type UserInteraction Constructor Description CustomerBindingInteractionRequested(UserInteraction interaction)SessionInteractionChanged(UserInteraction interaction) -
Uses of UserInteraction in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as UserInteraction Modifier and Type Field Description UserInteractionSleepIntent. user_interactionВзаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.UserInteractionSuspendIntent. user_interactionВзаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.Methods in dev.vality.damsel.proxy_provider that return UserInteraction Modifier and Type Method Description UserInteractionSleepIntent. getUserInteraction()Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.UserInteractionSuspendIntent. getUserInteraction()Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.Methods in dev.vality.damsel.proxy_provider with parameters of type UserInteraction Modifier and Type Method Description SleepIntentSleepIntent. setUserInteraction(UserInteraction user_interaction)Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.SuspendIntentSuspendIntent. setUserInteraction(UserInteraction user_interaction)Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия. -
Uses of UserInteraction in dev.vality.damsel.user_interaction
Methods in dev.vality.damsel.user_interaction that return UserInteraction Modifier and Type Method Description static UserInteractionUserInteraction. crypto_currency_transfer_request(CryptoCurrencyTransferRequest value)UserInteractionUserInteraction. deepCopy()static UserInteractionUserInteraction. payment_terminal_reciept(PaymentTerminalReceipt value)static UserInteractionUserInteraction. qr_code_display_request(QrCodeDisplayRequest value)static UserInteractionUserInteraction. redirect(BrowserHTTPRequest value)Methods in dev.vality.damsel.user_interaction with parameters of type UserInteraction Modifier and Type Method Description intUserInteraction. compareTo(UserInteraction other)booleanUserInteraction. equals(UserInteraction other)Constructors in dev.vality.damsel.user_interaction with parameters of type UserInteraction Constructor Description UserInteraction(UserInteraction other)