Privacy
In GDPR/CCPA regions Nefta SDK can not operate without user consent. It's publisher responsibility to not initialize Nefta SDK or to signal that the consent is not available:
NeftaAdapterEvents.SetHasUserConsent(false);NeftaPlugin.SetHasUserConsent(hasUserConsent: false)NeftaPlugin.SetHasUserConsent(false);In case user revokes permission, the SetHasUserConsent can be called at any time in which case all Nefta stored data will be removed and operations will stop.