Get the data to the iOS app
Represents access to the public API
Entry point class for RaxelPulse SDK. Start your work with this class instance initialization.
Properties
Item | Method |
Current SDK Version |
|
API Entry point |
|
Virtual device token |
|
Disables tracking while leaving some SDK functions on. |
|
Force API Language |
|
Advertising identifier. It can be send with heartbeat. |
|
Delegate for event logging. |
|
Delegate for speeding events. |
|
Delegate for start/stop tracking events. |
|
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