exportInstance

public final void exportInstance(FileOutputStream stream)

Exports the current SDK settings to a JSON stream.

Parameters

stream

The stream to write the JSON-formatted settings to.


public final void exportInstance(String path)

Exports the current SDK settings to a JSON file.

Parameters

path

The file path where the JSON settings will be saved.