SMServiceProvider Class Reference

Inherits from NSObject
Declared in SMServiceProvider.h

+ getInstance

This method returns an instance of ServiceProvider using Singleton Pattern

+ (SMServiceProvider *)getInstance

Return Value

ServiceProvider

Availability

3.0.0

Discussion

This method returns an instance of ServiceProvider using Singleton Pattern

Declared In

SMServiceProvider.h

– getCallService

This method returns (creates if necessary) an instance of CallService using Singleton Pattern

- (id<SMCallServiceDelegate>)getCallService

Return Value

CallServiceDelegate

Availability

3.0.0

Discussion

This method returns (creates if necessary) an instance of CallService using Singleton Pattern

Declared In

SMServiceProvider.h

– getVersion

This method returns the version information about the SDK

- (NSString *)getVersion

Return Value

NSString

Availability

3.0.0

Discussion

This method returns the version information about the SDK

Declared In

SMServiceProvider.h