sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.ui.plugin
/
PluginEventDef
Plugin
Event
Def
open
class
PluginEventDef
Members
Constructors
Plugin
Event
Def
Link copied to clipboard
constructor
(
pluginEvent
:
String
)
Types
Plugin
Event
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
PluginEvent
Properties
AFTER_
SCREEN_
LOAD
Link copied to clipboard
val
AFTER_SCREEN_LOAD
:
String
=
"afterScreenLoad"
AFTER_
SUBMIT
Link copied to clipboard
val
AFTER_SUBMIT
:
String
=
"afterSubmit"
AFTER_
VALIDATION
Link copied to clipboard
val
AFTER_VALIDATION
:
String
=
"afterValidation"
BEFORE_
SCREEN_
LOAD
Link copied to clipboard
val
BEFORE_SCREEN_LOAD
:
String
=
"beforeScreenLoad"
BEFORE_
SUBMIT
Link copied to clipboard
val
BEFORE_SUBMIT
:
String
=
"beforeSubmit"
BEFORE_
VALIDATION
Link copied to clipboard
val
BEFORE_VALIDATION
:
String
=
"beforeValidation"
ERROR
Link copied to clipboard
val
ERROR
:
String
=
"error"
FIELD_
CHANGED
Link copied to clipboard
val
FIELD_CHANGED
:
String
=
"fieldChanged"
HIDE
Link copied to clipboard
val
HIDE
:
String
=
"hide"
LOAD
Link copied to clipboard
val
LOAD
:
String
=
"load"
SUBMIT
Link copied to clipboard
val
SUBMIT
:
String
=
"submit"