Enable/Disable SDK

Info
An easy way to enable/disable all SDK features.

By initializing SDK, this feature is enabled.

If this feature is disabled, we won’t send any request from sdk to our servers.

We also have a method for checking if this feature is active or not.


OcambaHoood.isSdkEnabled();// -> checks if this feature is enabled

OcambaHoood.enableSdk();// -> enable this feature

OcambaHoood.disableSdk();// -> disable this feature

On This Page