Package com.blukii.sdk.common
Klasse NotificationData.Builder
java.lang.Object
com.blukii.sdk.common.NotificationData.Builder
- Umschließende Klasse:
NotificationData
Builder for class
NotificationData-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()setId(int id) Sets the notification id.setNotification(android.app.Notification notification) Sets the notification object.
-
Konstruktordetails
-
Builder
public Builder()Creates a Builder for classNotificationData.
-
-
Methodendetails
-
setId
Sets the notification id.Default value: 1, must not be 0.
- Parameter:
id- notification id- Gibt zurück:
- builder
-
setNotification
Sets the notification object.Must not be null.
- Parameter:
notification- notification object- Gibt zurück:
- builder
-
build
-