|
SIP Endpoint SDK for OS X
|
#import <DefaultServices.h>
Public Member Functions | |
| (GSDefaultMwiService *) | - initWithConnectionManager:logger:core: |
Public Member Functions inherited from GSSipAbstractionObject | |
| (id) | - initWithLogger: |
| (id) | - initWithLogger:core: |
| (id) | - initWithLogger:configData: |
Public Member Functions inherited from | |
| (GSResult) | - subscribeForMailbox: |
| (GSResult) | - unsubscribeForMailbox: |
Properties | |
| id< GSConnectionManager > | connectionManager |
| id< GSMwiNotificationDelegate > | notificationDelegate |
Properties inherited from GSSipAbstractionObject | |
| id< GSLogger > | logger |
| NSMutableDictionary * | configuration |
| GSepCore * | epCore |
Properties inherited from | |
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.