RemindLaterAction

class RemindLaterAction(action: Action, remindAfterHours: Int, remindTomorrowAt: Int) : Action

Remind me later Action.

Author

Umang Chamaria

Constructors

RemindLaterAction
Link copied to clipboard
fun RemindLaterAction(action: Action, remindAfterHours: Int, remindTomorrowAt: Int)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

action
Link copied to clipboard
val action: Action
actionType
Link copied to clipboard
var actionType: String
payload
Link copied to clipboard
var payload: JSONObject
remindAfterHours
Link copied to clipboard
val remindAfterHours: Int
remindTomorrowAt
Link copied to clipboard
val remindTomorrowAt: Int