Uses of Class
dev.vality.damsel.proxy_provider.SleepIntent
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of SleepIntent in dev.vality.damsel.proxy_provider
Methods in dev.vality.damsel.proxy_provider that return SleepIntent Modifier and Type Method Description SleepIntentSleepIntent. deepCopy()SleepIntentIntent. getSleep()SleepIntentRecurrentTokenIntent. getSleep()SleepIntentSleepIntent. setTimer(Timer timer)Таймер, определяющий когда следует продолжить взаимодействие.SleepIntentSleepIntent. setUserInteraction(UserInteraction user_interaction)Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия.SleepIntentSleepIntent. setUserInteractionCompletion(Completed user_interaction_completion)Завершение (последнего запрошенного) взаимодействия с пользователем.Methods in dev.vality.damsel.proxy_provider with parameters of type SleepIntent Modifier and Type Method Description intSleepIntent. compareTo(SleepIntent other)booleanSleepIntent. equals(SleepIntent that)voidIntent. setSleep(SleepIntent value)voidRecurrentTokenIntent. setSleep(SleepIntent value)static IntentIntent. sleep(SleepIntent value)static RecurrentTokenIntentRecurrentTokenIntent. sleep(SleepIntent value)Constructors in dev.vality.damsel.proxy_provider with parameters of type SleepIntent Constructor Description SleepIntent(SleepIntent other)Performs a deep copy on other.