Uses of Class
dev.vality.damsel.proxy_provider.SuspendIntent
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of SuspendIntent in dev.vality.damsel.proxy_provider
Methods in dev.vality.damsel.proxy_provider that return SuspendIntent Modifier and Type Method Description SuspendIntentSuspendIntent. deepCopy()SuspendIntentIntent. getSuspend()SuspendIntentRecurrentTokenIntent. getSuspend()SuspendIntentSuspendIntent. setTag(String tag)Ассоциация (далее: tag), по которой обработчик callback сможет идентифицировать сессию взаимодействия с провайдером, чтобы продолжить по ней взаимодействие.SuspendIntentSuspendIntent. setTimeout(Timer timeout)Таймер, определяющий время, в течение которого процессинг ожидает обратный запрос.SuspendIntentSuspendIntent. setTimeoutBehaviour(TimeoutBehaviour timeout_behaviour)Поведение процессинга в случае истечения заданного timeoutSuspendIntentSuspendIntent. setUserInteraction(UserInteraction user_interaction)Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.SuspendIntentSuspendIntent. setUserInteractionCompletion(Completed user_interaction_completion)Завершение (последнего запрошенного) взаимодействия с пользователем.Methods in dev.vality.damsel.proxy_provider with parameters of type SuspendIntent Modifier and Type Method Description intSuspendIntent. compareTo(SuspendIntent other)booleanSuspendIntent. equals(SuspendIntent that)voidIntent. setSuspend(SuspendIntent value)voidRecurrentTokenIntent. setSuspend(SuspendIntent value)static IntentIntent. suspend(SuspendIntent value)static RecurrentTokenIntentRecurrentTokenIntent. suspend(SuspendIntent value)Constructors in dev.vality.damsel.proxy_provider with parameters of type SuspendIntent Constructor Description SuspendIntent(SuspendIntent other)Performs a deep copy on other.