Notification Channel Sensitive Labels
data class NotificationChannelSensitiveLabels(val authToken: String? = null, val password: String? = null, val serviceKey: String? = null)
Constructors
Link copied to clipboard
fun NotificationChannelSensitiveLabels(authToken: String? = null, password: String? = null, serviceKey: String? = null)