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-ui
/
com.mapsted.ui.utils.notifiers
/
MapstedAppNotification
Mapsted
App
Notification
open
class
MapstedAppNotification
Members
Constructors
Mapsted
App
Notification
Link copied to clipboard
constructor
(
)
Types
Type
Link copied to clipboard
enum
Type
Functions
add
Listener
Link copied to clipboard
open
fun
addListener
(
listener
:
OnAppNotifiedListener
)
add
Listener
And
Post
Link copied to clipboard
open
fun
addListenerAndPost
(
listener
:
OnAppNotifiedListener
)
post
Link copied to clipboard
open
fun
post
(
type
:
MapstedAppNotification.Type
)
When post make sure to post on Main Thread.
remove
Listener
Link copied to clipboard
open
fun
removeListener
(
listener
:
OnAppNotifiedListener
)