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
/
AlertTemplate
Alert
Template
data
class
AlertTemplate
(
val
templateId
:
String
,
val
title
:
String
,
val
payload
:
String
,
val
timeToExpire
:
Date
,
val
numberOfRetries
:
Int
,
val
timeInMsBetweenRetries
:
Date
)
Members
Constructors
Alert
Template
Link copied to clipboard
constructor
(
templateId
:
String
,
title
:
String
,
payload
:
String
,
timeToExpire
:
Date
,
numberOfRetries
:
Int
,
timeInMsBetweenRetries
:
Date
)
Properties
number
Of
Retries
Link copied to clipboard
val
numberOfRetries
:
Int
payload
Link copied to clipboard
val
payload
:
String
template
Id
Link copied to clipboard
val
templateId
:
String
time
In
Ms
Between
Retries
Link copied to clipboard
val
timeInMsBetweenRetries
:
Date
time
To
Expire
Link copied to clipboard
val
timeToExpire
:
Date
title
Link copied to clipboard
val
title
:
String