Anonymous Service Provider
Since
3.0.0 This class represents the implementation of AnonymousServiceProviderInterface.
This class acts as an entry point for all the services exposed by the Mobile SDK. To access a service implementation (for example CallServiceInterface):
CallServiceInterface callService = ServiceProvider.getInstance().getCallService();
Functions
Link copied to clipboard
This method creates (if necessary) and returns the singleton CallService instance.
Link copied to clipboard
This method creates (if necessary) and returns the singleton ServiceProvider instance which is used to access services provided by the Mobile SDK
Link copied to clipboard
This method returns actual VersionID of MobileSDK.