Other methods
Represents access to the public API
@interface RPAPIEntry : NSObject {
}
- (void)refresh;Entry point class for RaxelPulse SDK. Start your work with this class instance initialization.
@interface RPEntry : NSObjectProperties
RPEntry
Initialises new RPEntry class instance with specified device ID. Must be the first method calling from RaxelPulse SDK.
Initialises new RPEntry class instance with specified device ID. Must be the first method calling from RaxelPulse SDK.
Returns shared RPEntry class instance. This method can be called only after initializeWithDeviceToken:useHardwareMonitoring: method execution.
Utils
Remove virtual device token. Use this method instead of setting empty token.
RPAPIEntry
Last updated