Package-level declarations
Types
Link copied to clipboard
class BannerItem(var id: String? = null, var bannerUrl: String? = null, var webLink: String? = null)
BannerItem — represents a promotional or informational banner for the UI.
Link copied to clipboard
Link copied to clipboard
class TrayNotification(var id: Long = 0, var subject: String? = null, var body: String? = null, var sticky: Boolean? = false, var urgent: Boolean? = false, var hyperlink: String? = null, var iconUrl: String? = null, var notificationType: Int? = null, var target: Int? = null, var createDateTime: String? = null)
TrayNotification — represents a notification displayed in the tray/notification center.