Properties
shared
LRAtsSDK.shared
is a singleton instance that contains references to the public API.
LRAts.shared.resetSDK()
delegate
The property used to subscribe/unsubscribe to LREvent and for dispatching events and errors.
hasConsentForNoLegislation
This property will be used for countries that are not found in any geo-targeting legislation configured in Console. If set to true
, SDK will proceed even if there is no legislation.
The default value is false
.
isDisabled
This property used for disabling SDK. When set to true
, the SDK status changes to disabled
. If set to false
again, the SDK status changes to notInitialized
. Initialization will be required to use SDK again.
The default value is false
.
status
This property provides information about the SDK status which value is a type of LRStatus.
The default value is notInitialized
.
Updated 7 months ago