TextOutputCallback
@objc(FRTextOutputCallback)
public class TextOutputCallback : Callback
TextOutputCallback is a representation of TextOutputCallback Callback in OpenAM which provides a message to be displayed to a user with given message type.
-
MessageType of Callback
Declaration
Swift
@objc public var messageType: MessageType
-
String message to be displayed to a 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