public class ZendriveNotificationContainer
extends java.lang.Object
ZendriveNotificationProvider
interface.Constructor and Description |
---|
ZendriveNotificationContainer(int id,
android.app.Notification notification)
Creates a ZendriveNotificationContainer instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns the ID for the notification encapsulated by this container.
|
android.app.Notification |
getNotification()
Returns the notification that is encapsulated by the container.
|
public ZendriveNotificationContainer(int id, android.app.Notification notification)
id
- The notification ID to be used for displaying the notification.notification
- The notification to be displayed