Uses of Class
dev.vality.damsel.user_interaction.UserInteraction
Packages that use UserInteraction
Package
Description
-
Uses of UserInteraction in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as UserInteractionModifier and TypeFieldDescriptionCustomerBindingInteractionChanged.interactionSessionInteractionChanged.interactionНеобходимое взаимодействиеMethods in dev.vality.damsel.payment_processing that return UserInteractionModifier and TypeMethodDescriptionCustomerBindingInteractionChanged.getInteraction()SessionInteractionChanged.getInteraction()Необходимое взаимодействиеMethods in dev.vality.damsel.payment_processing with parameters of type UserInteractionModifier and TypeMethodDescriptionCustomerBindingInteractionChanged.setInteraction(UserInteraction interaction) SessionInteractionChanged.setInteraction(UserInteraction interaction) Необходимое взаимодействиеConstructors in dev.vality.damsel.payment_processing with parameters of type UserInteractionModifierConstructorDescriptionCustomerBindingInteractionChanged(UserInteraction interaction) SessionInteractionChanged(UserInteraction interaction) -
Uses of UserInteraction in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as UserInteractionModifier and TypeFieldDescriptionSleepIntent.user_interactionВзаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.SuspendIntent.user_interactionВзаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.Methods in dev.vality.damsel.proxy_provider that return UserInteractionModifier and TypeMethodDescriptionSleepIntent.getUserInteraction()Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.SuspendIntent.getUserInteraction()Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.Methods in dev.vality.damsel.proxy_provider with parameters of type UserInteractionModifier and TypeMethodDescriptionSleepIntent.setUserInteraction(UserInteraction user_interaction) Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.SuspendIntent.setUserInteraction(UserInteraction user_interaction) Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия. -
Uses of UserInteraction in dev.vality.damsel.user_interaction
Methods in dev.vality.damsel.user_interaction that return UserInteractionModifier and TypeMethodDescriptionstatic UserInteractionUserInteraction.api_extension_request(ApiExtensionRequest value) static UserInteractionUserInteraction.crypto_currency_transfer_request(CryptoCurrencyTransferRequest value) UserInteraction.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 UserInteractionModifier and TypeMethodDescriptionintUserInteraction.compareTo(UserInteraction other) booleanUserInteraction.equals(UserInteraction other) Constructors in dev.vality.damsel.user_interaction with parameters of type UserInteraction