Package com.blukii.sdk.common
Klasse NotificationData
java.lang.Object
com.blukii.sdk.common.NotificationData
- Alle implementierten Schnittstellen:
android.os.Parcelable
Property set of settings to configure the contents of foreground notifications for
discovery.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T> -
Feldübersicht
FelderVon Schnittstelle geerbte Felder android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintgetId()Gets the notification id on the notification channel.android.app.NotificationGets the notification object.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Felddetails
-
CREATOR
-
-
Methodendetails
-
getId
public int getId()Gets the notification id on the notification channel.Default value: 1
- Gibt zurück:
- notification id
-
getNotification
public android.app.Notification getNotification()Gets the notification object.- Gibt zurück:
- notification channel id
-
describeContents
public int describeContents()- Angegeben von:
describeContentsin Schnittstelleandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Angegeben von:
writeToParcelin Schnittstelleandroid.os.Parcelable
-