shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.mediasfu
/
AlertState
Alert
State
class
AlertState
(
parameters
:
MediasfuParameters
)
Members
Constructors
Alert
State
Link copied to clipboard
constructor
(
parameters
:
MediasfuParameters
)
Properties
duration
Link copied to clipboard
var
duration
:
Int
message
Link copied to clipboard
var
message
:
String
type
Link copied to clipboard
var
type
:
String
visible
Link copied to clipboard
var
visible
:
Boolean
Functions
hide
Link copied to clipboard
fun
hide
(
)
refresh
Link copied to clipboard
fun
refresh
(
)
show
Link copied to clipboard
fun
show
(
message
:
String
,
type
:
String
,
duration
:
Int
)