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-inapp-notification
/
com.mapsted.inapp_notification
/
InAppNotification
In
App
Notification
interface
InAppNotification
interface for InAppNotification object.
Members
Properties
ITEM_
TYPE_
ALERT
Link copied to clipboard
val
ITEM_TYPE_ALERT
:
String
=
"alert"
ITEM_
TYPE_
CAMPAIGN
Link copied to clipboard
val
ITEM_TYPE_CAMPAIGN
:
String
=
"campaign"
Functions
as
String
Link copied to clipboard
open
fun
asString
(
)
:
String
auto
Dismiss
Link copied to clipboard
abstract
fun
autoDismiss
(
)
:
Boolean
get
Fallback
Logo
Drawable
Resource
Link copied to clipboard
@
DrawableRes
abstract
fun
getFallbackLogoDrawableResource
(
)
:
Int
get
Id
Link copied to clipboard
abstract
fun
getId
(
)
:
String
get
Item
Type
Link copied to clipboard
abstract
fun
getItemType
(
)
:
String
get
Logo
Url
Link copied to clipboard
abstract
fun
getLogoUrl
(
)
:
String
get
Subtitle
Link copied to clipboard
abstract
fun
getSubtitle
(
)
:
Spanned
get
Title
Link copied to clipboard
abstract
fun
getTitle
(
)
:
String