|
SIP Endpoint SDK for OS X
|
#import <DefaultServices.h>
Public Member Functions | |
| (GSDefaultMwiService *) | - initWithConnectionManager:logger: |
Public Member Functions inherited from GSSipAbstractionObject | |
| (id) | - initWithLogger: |
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 |
Properties inherited from | |
Default message waiting indicator service
Definition at line 93 of file DefaultServices.h.
| - (GSDefaultMwiService*) initWithConnectionManager: | (id< GSConnectionManager >) | connectionManager | |
| logger: | (id< GSLogger >) | theLogger | |
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 94 of file DefaultServices.h.
|
readwritenonatomicassign |
Get notification delegate object.
Reimplemented from <GSMwiService>.
Definition at line 95 of file DefaultServices.h.