toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core.mraid.entities
/
MRAIDCommand
MRAIDCommand
sealed
class
MRAIDCommand
Inheritors
DisplayStateChanged
InjectSupportedFeatures
CommandCompleted
Error
SignalReady
Members
Types
Command
Completed
Link copied to clipboard
data
object
CommandCompleted
:
MRAIDCommand
Display
State
Changed
Link copied to clipboard
data
class
DisplayStateChanged
(
val
state
:
MRAIDDisplayState
)
:
MRAIDCommand
Error
Link copied to clipboard
data
class
Error
(
val
message
:
String
,
val
command
:
String
)
:
MRAIDCommand
Inject
Supported
Features
Link copied to clipboard
data
class
InjectSupportedFeatures
(
val
features
:
List
<
MRAIDFeature
>
)
:
MRAIDCommand
Signal
Ready
Link copied to clipboard
data
object
SignalReady
:
MRAIDCommand