Package-level declarations

Types

Link copied to clipboard
data class BGPNotification(val id: String, val status: BGPNotificationStatus, val message: BGPNotificationMessage, val creationDate: String, val lastModificationDate: String) : Parcelable
Link copied to clipboard
data class BGPNotificationCount(val read: Int, val toRead: Int) : Parcelable
Link copied to clipboard
data class BGPNotificationMessage(val title: String, val body: String, val icon: String) : Parcelable
Link copied to clipboard
data class BGPRegistrationInfo(val projectId: String, val pushToken: String, val uuid: String, val platform: BGPRegistrationInfoType) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class UpdateNotificationRequest(val notificationIds: List<String>? = null, val pushToken: String, val updateAll: Boolean = false) : Parcelable
Link copied to clipboard
data class UpdateNotificationResponse(val notifications: List<BGPNotification>?, val count: BGPNotificationCount?) : Parcelable