|
Sendbird Chat SDK for .NET
|
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... | |
| void OnFail | ( | ) |
Call this block method when failed to retrieve a new token.
| 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.
| inNewToken |