toggle menu
Quobis Android SDK (internal 0.82.1)
androidJvm
switch theme
search in API
Quobis Android SDK (internal 0.82.1)
/
com.quobis.sippo.sipposdk.alerts.model
/
AlertContainer
Alert
Container
data
class
AlertContainer
(
val
active
:
List
<
Alert
>
,
val
accepted
:
List
<
Alert
>
,
val
expired
:
List
<
Alert
>
,
val
cancelled
:
List
<
Alert
>
)
Members
Constructors
Alert
Container
Link copied to clipboard
constructor
(
active
:
List
<
Alert
>
,
accepted
:
List
<
Alert
>
,
expired
:
List
<
Alert
>
,
cancelled
:
List
<
Alert
>
)
Properties
accepted
Link copied to clipboard
val
accepted
:
List
<
Alert
>
active
Link copied to clipboard
val
active
:
List
<
Alert
>
cancelled
Link copied to clipboard
val
cancelled
:
List
<
Alert
>
expired
Link copied to clipboard
val
expired
:
List
<
Alert
>