Sendbird Chat SDK for .NET  3.0.29
SendBird.SendBirdPushHelper.OnPushRequestCompleteListener Interface Reference

Public Member Functions

void OnComplete (bool isRegistered, string token)
 
void OnComplete (_OnPushRequestCompleteListener listner)
 
void OnError (SendBirdException e)
 
void OnError (_OnPushRequestCompleteListenerError e)
 

Detailed Description

A callback for when a sendbird push token registered at server. It means the application can receive sendbird push notification from FCM/HMS. but it doesn't mean can't receive push message from the other push

Parameters
isRegisteredit is status whether push token is registered.
tokenrequested push token

Member Function Documentation

◆ OnComplete()

void SendBird.SendBirdPushHelper.OnPushRequestCompleteListener.OnComplete ( bool  isRegistered,
string  token 
)

A callback for when a sendbird push token registered at server. It means the application can receive sendbird push notification from FCM/HMS. but it doesn't mean can't receive push message from the other push

Parameters
isRegisteredit is status whether push token is registered.
tokenrequested push token

◆ OnError()

void SendBird.SendBirdPushHelper.OnPushRequestCompleteListener.OnError ( SendBirdException  e)

A callback for when a sendbird push token registration was failed.

Parameters
efailed message

The documentation for this interface was generated from the following file: