Sendbird Chat SDK for .NET
ISbSessionTokenRequester

Public Member Functions

void OnFail ()
 Call this block method when failed to retrieve a new token. More...
 
void OnSuccess (string inNewToken)
 Call this block method after retrieving a new token. In case when app decides not to refresh the session for this user, they should call this with nil. More...
 

Detailed Description

Since
4.0.0

Member Function Documentation

◆ OnFail()

void OnFail ( )

Call this block method when failed to retrieve a new token.

Since
4.0.0

◆ OnSuccess()

void OnSuccess ( string  inNewToken)

Call this block method after retrieving a new token. In case when app decides not to refresh the session for this user, they should call this with nil.

Parameters
inNewToken
Since
4.0.0