Delegate CoreListener.OnRegistrationStateChangedDelegate
Registration state notification callback prototype.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnRegistrationStateChangedDelegate(Core core, ProxyConfig proxyConfig, RegistrationState state, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Core |
| ProxyConfig | proxyConfig | the ProxyConfig which state has changed |
| RegistrationState | state | the current RegistrationState |
| System.String | message | a non null informational message about the state |