Delegate CoreListener.OnGlobalStateChangedDelegate
Global state notification callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnGlobalStateChangedDelegate(Core core, GlobalState state, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Core. |
| GlobalState | state | the GlobalState |
| System.String | message | informational message. |