Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-topbar-notifications
/
com.mapsted.topbar_notifications.data
/
TopbarNotificationModel
Topbar
Notification
Model
data
class
TopbarNotificationModel
(
val
id
:
String
,
val
notificationType
:
Int
,
val
notificationMessage
:
String
,
val
isInfoAvailable
:
Boolean
,
val
isDismissible
:
Boolean
)
:
TopbarNotifications
Members
Constructors
Topbar
Notification
Model
Link copied to clipboard
constructor
(
id
:
String
,
notificationType
:
Int
,
notificationMessage
:
String
,
isInfoAvailable
:
Boolean
,
isDismissible
:
Boolean
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
is
Dismissible
Link copied to clipboard
open
override
val
isDismissible
:
Boolean
is
Info
Available
Link copied to clipboard
open
override
val
isInfoAvailable
:
Boolean
notification
Message
Link copied to clipboard
open
override
val
notificationMessage
:
String
notification
Type
Link copied to clipboard
open
override
val
notificationType
:
Int