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
class BottomNavItem(var id: String? = null, var name: String? = null, var key: String? = null, var iconUrl: String? = null, var action: String? = null)

BottomNavItem — represents an item in the bottom navigation bar.

Link copied to clipboard
class MenuItem(var id: String? = null, var name: String? = null, var key: String? = null, var iconUrl: String? = null, var action: String? = null, var webUrl: String? = null)

MenuItem — represents a menu entry in the application.

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.