public interface ServiceProviderInterface
It will be used by the application developer to access any service that is provided by the Mobile SDK.
Modifier and Type | Method and Description |
---|---|
AddressBookServiceInterface |
getAddressBookServiceService()
This method creates (if necessary) and returns the singleton
AddressBookService instance.
|
CallLogServiceInterface |
getCallLogService()
Not implemented yet !!
|
CallServiceInterface |
getCallService()
This method creates (if necessary) and returns the singleton CallService
instance.
|
ImServiceInterface |
getIMService()
This method creates (if necessary) and returns the singleton IMService
instance.
|
PresenceServiceInterface |
getPresenceService()
This method creates (if necessary) and returns the singleton
PresenceService instance.
|
PublicRequestServiceInterface |
getPublicRequestService()
This method returns PublicRequestService.
|
PushServiceInterface |
getPushService()
This method returns PushService.
|
RegistrationService |
getRegistrationService()
This method creates (if necessary) and returns the singleton
RegistrationService instance.
|
java.lang.String |
getVersion()
This method returns actual VersionID of MobileSDK.
|
AddressBookServiceInterface getAddressBookServiceService()
AddressBookServiceInterface
PresenceServiceInterface getPresenceService()
PresenceServiceInterface
RegistrationService getRegistrationService()
RegistrationService
CallServiceInterface getCallService()
CallServiceInterface
CallLogServiceInterface getCallLogService()
ImServiceInterface getIMService()
ImServiceInterface
PushServiceInterface getPushService()
PushServiceInterface
PublicRequestServiceInterface getPublicRequestService()
PublicRequestServiceInterface
java.lang.String getVersion()
String