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)isAvailable
Return 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)isStarted
Return Value
YES
if the module is started, otherwise NO
.
Declared In
INSSDKModule.h
+ start:
required method
Starts the module manually.
+ (BOOL)start:(NSError **)error
Parameters
error |
Pointer to a |
---|
Return Value
YES
if the module started successfully, otherwise NO
.
Declared In
INSSDKModule.h