SIP Endpoint SDK for OS X
|
#import <DefaultServices.h>
Public Member Functions | |
(GSDefaultMwiService *) | - initWithConnectionManager:logger:core: |
![]() | |
(id) | - initWithLogger: |
(id) | - initWithLogger:core: |
(id) | - initWithLogger:configData: |
![]() | |
(GSResult) | - subscribeForMailbox: |
(GSResult) | - unsubscribeForMailbox: |
Properties | |
id< GSConnectionManager > | connectionManager |
id< GSMwiNotificationDelegate > | notificationDelegate |
![]() | |
id< GSLogger > | logger |
NSMutableDictionary * | configuration |
GSepCore * | epCore |
![]() |
Default message waiting indicator service
Definition at line 91 of file DefaultServices.h.
- (GSDefaultMwiService*) initWithConnectionManager: | (id< GSConnectionManager >) | theConnectionManager | |
logger: | (id< GSLogger >) | theLogger | |
core: | (GSepCore *) | theCore | |
Initiate default message waiting indicator service.
connectionManager | the connection manager object |
theLogger | the logger to be used for the video service operation |
|
readwritenonatomicassign |
Get connection manager object.
Definition at line 92 of file DefaultServices.h.
|
readwritenonatomicassign |
Get notification delegate object.
Reimplemented from <GSMwiService>.
Definition at line 93 of file DefaultServices.h.