Use this API to disable the default gesture for pairing with mobile Event Visualizers.

disableVisualizerPairingGesture disables the out-of-the-box pairing gesture for mobile Event Visualizers. This can be called from production apps to ensure that end users don't accidentally trigger an EV pairing process.

The API is currently slightly different for Android, using disableDefaultPairingGesture. This API will be deprecated in an upcoming release and replaced with disableVisualizerPairingGesture.

📘

Only select versions of our mobile SDKs support visual labeling. For more info, see Do Heap’s mobile SDKs support visual labeling?

[Heap disableVisualizerPairingGesture];
Heap.disableVisualizerPairingGesture()
Heap.disableDefaultPairingGesture();
Heap.disableDefaultPairingGesture()
Did you find what you were looking for?
Thumb up Thumb down