com.netmera.mobile
Class NetmeraPushService.NotificationStyleActionController

java.lang.Object
  extended by com.netmera.mobile.NetmeraPushService.NotificationStyleActionController
Enclosing class:
NetmeraPushService

public static class NetmeraPushService.NotificationStyleActionController
extends java.lang.Object

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

NetmeraPushService.NotificationStyleActionController

public NetmeraPushService.NotificationStyleActionController()
Method Detail

addAction

public static void addAction(java.lang.String actionTitle,
                             java.lang.Class<? extends android.app.Activity> actionActivity)
Parameters:
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.