Click or drag to resize

INotifier Interface

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface INotifier

The INotifier type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Gets the content-type of the body of the sent NOTIFY messages.
Public propertyEventType
Gets the event-type of the notifier.
Top
Methods
  NameDescription
Public methodGetCurrentResourceState
Retreives the formatted body of the current state of the subscription.
Public methodIsAcceptableNewSubscription
Returns a boolean value indicating whether the user can subscribe to the specified subscription.
Public methodOnSubscriptionTerminated
Occurs when a subscription has been terminated.
Top
See Also