Quobis Android SDK (internal 0.58.0)
Quobis Android SDK (internal 0.58.0)
/
com.quobis.sippo.sipposdk.alerts.model
/
AlertTemplate
Alert
Template
data
class
AlertTemplate
(
templateId
:
String
,
title
:
String
,
payload
:
String
,
timeToExpire
:
Date
,
numberOfRetries
:
Int
,
timeInMsBetweenRetries
:
Date
)
Content copied to clipboard
Properties
Properties
numberOfRetries
Link copied to clipboard
val
numberOfRetries
:
Int
Content copied to clipboard
payload
Link copied to clipboard
val
payload
:
String
Content copied to clipboard
templateId
Link copied to clipboard
val
templateId
:
String
Content copied to clipboard
timeInMsBetweenRetries
Link copied to clipboard
val
timeInMsBetweenRetries
:
Date
Content copied to clipboard
timeToExpire
Link copied to clipboard
val
timeToExpire
:
Date
Content copied to clipboard
title
Link copied to clipboard
val
title
:
String
Content copied to clipboard