INSSDKModule Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | INSSDKModule.h |
Availability
+ isAvailable
required method
Checks if you are able to use the specific module according to your client configuration.
+ (BOOL)isAvailableReturn Value
YES if the module is available, otherwise NO.
Declared In
INSSDKModule.h
Start / Stop
+ isStarted
required method
Checks if the module is started.
+ (BOOL)isStartedReturn Value
YES if the module is started, otherwise NO.
Declared In
INSSDKModule.h
+ start:
required method
Starts the module manually.
+ (BOOL)start:(NSError **)errorParameters
error |
Pointer to a |
|---|
Return Value
YES if the module started successfully, otherwise NO.
Declared In
INSSDKModule.h