Package com.parse.fcm
Class ParseFCM
- java.lang.Object
-
- com.parse.fcm.ParseFCM
-
public class ParseFCM extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParseFCM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(java.lang.String token)
You can call this manually if you are overriding thecom.google.firebase.messaging.FirebaseMessagingService
fetching the token viacom.google.firebase.messaging.FirebaseMessagingService#onNewToken(String)
-
-
-
Method Detail
-
register
public static void register(java.lang.String token)
You can call this manually if you are overriding thecom.google.firebase.messaging.FirebaseMessagingService
fetching the token viacom.google.firebase.messaging.FirebaseMessagingService#onNewToken(String)
- Parameters:
token
- the token
-
-