toggle menu
BlueConic Android SDK
7.2.0
switch theme
search in API
BlueConic Android SDK
/
com.blueconic.plugin.events
/
ClickEvent
Click
Event
open
class
ClickEvent
:
Event
Inheritors
FormSubmitEvent
Members
Constructors
Click
Event
Link copied to clipboard
constructor
(
selector
:
String
)
constructor
(
selector
:
String
,
context
:
List
<
String
>
)
Properties
context
List
Link copied to clipboard
var
contextList
:
MutableList
<
String
>
selector
Link copied to clipboard
var
selector
:
String
Inherited properties
context
Link copied to clipboard
var
context
:
Map
<
String
,
Any
>
handled
By
Link copied to clipboard
val
handledBy
:
MutableList
<
String
>
name
Link copied to clipboard
@
SerializedName
(
value
=
"event"
)
open
var
name
:
String
screen
Name
Link copied to clipboard
var
screenName
:
String
?
Inherited functions
add
Handled
By
Link copied to clipboard
fun
addHandledBy
(
handledBy
:
String
)
set
Location
Link copied to clipboard
fun
setLocation
(
location
:
String
)