Class PushNotificationsManager
- java.lang.Object
-
- org.silverpeas.mobile.client.common.PushNotificationsManager
-
public class PushNotificationsManager extends Object
- Author:
- svu
-
-
Constructor Summary
Constructors Constructor Description PushNotificationsManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PushNotificationsManager
getInstance()
void
inject()
static void
storeToken(String token)
-
-
-
Method Detail
-
getInstance
public static PushNotificationsManager getInstance()
-
inject
public void inject()
-
storeToken
public static void storeToken(String token)
-
-