public interface FcmServicePushClient
| Modifier and Type | Field and Description |
|---|---|
static NamedPushClientFactory<FcmServicePushClient> |
factory |
| Modifier and Type | Method and Description |
|---|---|
Task<Void> |
deregister()
Deregisters the FCM registration token bound to the currently logged in user's
device on Stitch.
|
Task<Void> |
register(String registrationToken)
Registers the given FCM registration token with the currently logged in user's
device on Stitch.
|
static final NamedPushClientFactory<FcmServicePushClient> factory