-
public interface OnPushTokenReceiveListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onReceived(String token, SendBirdException e)
-
-
Method Detail
-
onReceived
abstract void onReceived(String token, SendBirdException e)
- Parameters:
token
- Push tokene
- exception in getting a push token.
-
-
-
-