ServiceProviderInterface

public interface ServiceProviderInterface

This interface represents the general manager for services.

It will be used by the application developer to access any service that is provided by the Mobile SDK.

Since

2.0.0

Inheritors

Functions

Link copied to clipboard
This method creates (if necessary) and returns the singleton AddressBookService instance.
Link copied to clipboard
Not implemented yet !!
Link copied to clipboard
public abstract CallServiceInterface getCallService()
This method creates (if necessary) and returns the singleton CallService instance.
Link copied to clipboard
public abstract ImServiceInterface getIMService()
This method creates (if necessary) and returns the singleton IMService instance.
Link copied to clipboard
public abstract PresenceServiceInterface getPresenceService()
This method creates (if necessary) and returns the singleton PresenceService instance.
Link copied to clipboard
public abstract PublicRequestServiceInterface getPublicRequestService()
This method returns PublicRequestService.
Link copied to clipboard
This method returns PushService.
Link copied to clipboard
public abstract RegistrationService getRegistrationService()
This method creates (if necessary) and returns the singleton RegistrationService instance.
Link copied to clipboard
public abstract String getVersion()
This method returns actual VersionID of MobileSDK.