PollingWaitCallback
@objc(FRPollingWaitCallback)
public class PollingWaitCallback : Callback
PollingWaitCallback is a representation of a PollingWaitCallback Callback Object in OpenAM which instructs an application to wait for the given period and resubmit the request.
-
The period of time in milliseconds that the client should wait before replying to this callback
Declaration
Swift
@objc public var waitTime: Int
-
The message which should be displayed to the user
Declaration
Swift
@objc public var message: String
-
Builds JSON request payload for the Callback
Declaration
Swift
open override func buildResponse() -> [String : Any]
Return Value
JSON request payload for the Callback