-
public final class Register
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
TOKEN_PERSIST_KEY
public final static String
TOKEN_RECEIVED_TIME_PERSIST_KEY
public static String
URL
-
Method Summary
Modifier and Type Method Description static boolean
didConfiguredFirebaseMessagingServiceListener(Context context)
static boolean
isSent(@NonNull() SharedPreferences persistent)
void
send(String token)
void
sendIfQueued()
-
-
Constructor Detail
-
Register
Register(Context context)
-
-
Method Detail
-
didConfiguredFirebaseMessagingServiceListener
static boolean didConfiguredFirebaseMessagingServiceListener(Context context)
-
isSent
static boolean isSent(@NonNull() SharedPreferences persistent)
-
sendIfQueued
void sendIfQueued()
-
-
-
-