Class UserMeuClientSubscription
- 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 clients. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserMeuClientSubscription : CallbackSubscription
- Inheritance
-
UserMeuClientSubscription
- Inherited Members
Constructors
UserMeuClientSubscription()
Initializes a new instance of the UserMeuClientSubscription class
public UserMeuClientSubscription()
Methods
OnUserMeuChanged(TChangeInfo, TUserMeuClientConfig)
Virtual method will be called when the mobile user configuration has been changed by a client component
public virtual void OnUserMeuChanged(TChangeInfo info, TUserMeuClientConfig userStaticConfig)
Parameters
info
TChangeInfouserStaticConfig
TUserMeuClientConfigThe changed mobile user configuration
Events
UserMeuClientConfigChanged
Occurs after mobile configuration has been changed by a client component
public event OnUserMeuClientChanged UserMeuClientConfigChanged