Class SuspendedTextOutputCallback
- java.lang.Object
-
- org.forgerock.android.auth.callback.AbstractCallback
-
- org.forgerock.android.auth.callback.TextOutputCallback
-
- org.forgerock.android.auth.callback.SuspendedTextOutputCallback
-
- All Implemented Interfaces:
java.io.Serializable,Callback
public class SuspendedTextOutputCallback extends TextOutputCallback
Callback to display information messages, warning messages and error messages.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.forgerock.android.auth.callback.TextOutputCallback
ERROR, INFORMATION, WARNING
-
Fields inherited from class org.forgerock.android.auth.callback.AbstractCallback
_id, content, VALUE
-
-
Constructor Summary
Constructors Constructor Description SuspendedTextOutputCallback()SuspendedTextOutputCallback(org.json.JSONObject raw, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()Return the type of the Callback, the type name should align with the Callback type returned from AM-
Methods inherited from class org.forgerock.android.auth.callback.TextOutputCallback
getMessage, getMessageType, setAttribute
-
Methods inherited from class org.forgerock.android.auth.callback.AbstractCallback
get_id, getContent, getContentAsJson, getInputValue, getInputValue, getName, setContent, setValue, setValue
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Description copied from interface:CallbackReturn the type of the Callback, the type name should align with the Callback type returned from AM- Specified by:
getTypein interfaceCallback- Overrides:
getTypein classTextOutputCallback
-
-