Class UserMeuSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for mobile user related parts of the user configuration. This subscription is notifying only changes made by the administration. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserMeuSubscription : CallbackSubscription
- Inheritance
-
UserMeuSubscription
- Inherited Members
Constructors
UserMeuSubscription()
Initializes a new instance of the UserMeuSubscription class
public UserMeuSubscription()
Methods
OnUserMeuChanged(TChangeInfo, TUserMeuConfig)
Virtual method will be called when the mobile user configuration has been changed by the administration
public virtual void OnUserMeuChanged(TChangeInfo info, TUserMeuConfig userMeuConfig)
Parameters
infoTChangeInfoThe standard change information
userMeuConfigTUserMeuConfigThe changed meu configuration
Events
UserMeuConfigChanged
Occurs after mobile configuration has been changed by the administration
public event OnUserMeuChanged UserMeuConfigChanged