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
/
GigyaPluginEvent
Gigya
Plugin
Event
open
class
GigyaPluginEvent
Members
Constructors
Gigya
Plugin
Event
Link copied to clipboard
constructor
(
@
NonNull
eventMap
:
Map
<
String
,
Any
>
)
Properties
EVENT_
NAME
Link copied to clipboard
val
EVENT_NAME
:
String
=
"eventName"
event
Map
Link copied to clipboard
@
NonNull
@get:
NonNull
val
eventMap
:
Map
<
String
,
Any
>
FINALIZED
Link copied to clipboard
val
FINALIZED
:
String
=
"isFlowFinalized"
Functions
as
Json
Link copied to clipboard
open
fun
asJson
(
)
:
String
get
Event
Link copied to clipboard
@
Nullable
open
fun
getEvent
(
)
:
String
hide
Link copied to clipboard
open
fun
hide
(
)
:
GigyaPluginEvent