Delegate CoreListener.OnImeeUserRegistrationDelegate
Gets the IMEE user registration callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnImeeUserRegistrationDelegate(Core core, bool status, string userId, string info);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | |
| System.Boolean | status | |
| System.String | userId | |
| System.String | info |