PXPolicy
The policy that define the behaviour of the SDK.
Constructors
Properties
Allow the SDK to collect device motion data. This feature is disabled when `allowTouchDetection`
is false
. Default is true
.
Allow the SDK to intercept touches on the screen. Default is true
.
Set this property to true
to enable the Doctor App
- a tool to verify the integration of the SDK in your app. Make sure to set this property to false
before deploying you app to production. Default is false
.
Set the method which the SDK will store its data.
Decide how the SDK should handle URL requests. Default is `PXPolicyUrlRequestInterceptionType/interceptOnly`
.
Functions
Use this function to register domains which your app interact with. The SDK (when the `PXPolicy/urlRequestInterceptionType`
is set to any value rather than `PXPolicyUrlRequestInterceptionType/none`
) is intercepting URL requests to those domains only. If you do not set domain, the SDK will intercept all URL requests. In addition, the SDK (when `PXPolicy/hybridAppSupportEnabled`
is set to true
) is setting cookies in your web views in order to sync between the native and the web sessions. However, the SDK will set cookies only for domains that are set in this property. Therefore, you must set your domains to enable hybrid app support. Example: for the website www.google.com
you should set the domain: google.com
.