|
Beamable SDK
|
This type defines the Client main entry point for the Push Notifications feature. More...
Public Member Functions | |
| PushService (PlatformRequester requester) | |
| Promise< EmptyResponse > | Register (PushProvider provider, string token) |
| Register a Push notification provider with Beamable. A Push provider will enable Beamable to send messages to the player's third party account and have those messages surface even if the player isn't in the game client. More... | |
This type defines the Client main entry point for the Push Notifications feature.

|
inline |
Register a Push notification provider with Beamable. A Push provider will enable Beamable to send messages to the player's third party account and have those messages surface even if the player isn't in the game client.
| provider | A supported PushProvider |
| token | The third party provided token for the given provider that allows Beamable to send messages to the player's third party account. |