-
@RestrictTo(value = Scope.LIBRARY_GROUP) public class PushNotificationUtil
-
-
Method Summary
Modifier and Type Method Description static StringgetAccountIdFromNotificationBundle(Bundle message)static StringgetPushIdFromNotificationBundle(Bundle message)static ArrayList<PushType>getDefaultPushTypes()Returns the names of all push types static StringbuildPushNotificationRenderedListenerKey(String accountId, String pushId)-
-
Method Detail
-
getAccountIdFromNotificationBundle
static String getAccountIdFromNotificationBundle(Bundle message)
-
getPushIdFromNotificationBundle
static String getPushIdFromNotificationBundle(Bundle message)
-
getDefaultPushTypes
static ArrayList<PushType> getDefaultPushTypes()
Returns the names of all push types
-
buildPushNotificationRenderedListenerKey
static String buildPushNotificationRenderedListenerKey(String accountId, String pushId)
-
-
-
-