|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netmera.mobile.NetmeraPushService.NotificationStyleActionController
public static class NetmeraPushService.NotificationStyleActionController
This class is used to set actions for new notification styles of Android.
| Constructor Summary | |
|---|---|
NetmeraPushService.NotificationStyleActionController()
|
|
| Method Summary | |
|---|---|
static void |
addAction(java.lang.String actionTitle,
java.lang.Class<? extends android.app.Activity> actionActivity)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetmeraPushService.NotificationStyleActionController()
| Method Detail |
|---|
public static void addAction(java.lang.String actionTitle,
java.lang.Class<? extends android.app.Activity> actionActivity)
actionTitle - Action title text which will be shown next to the action
button icon when a notification is received and if it is
in new Notification format.actionActivity - Activity class that will be opened when the action is
clicked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||