Delegate AccountListener.OnRegistrationStateChangedDelegate
Get the registration state changed callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnRegistrationStateChangedDelegate(Account account, RegistrationState state, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| Account | account | |
| RegistrationState | state | |
| System.String | message |