cleanData()

Clears saved forwarding data from the SDK. This does not stop currently running proxies, but removes persisted mapping information.

cleanData()

Return Value

void or number (binding dependent) : Clears saved forwarding data from the SDK.

Example

// example

sdk.cleanData();

Last updated

Was this helpful?