export

public final static void export(String path)

Static method to export the current SDK settings to a JSON file.

Parameters

path

The file path where the JSON settings will be saved.


public final static void export(FileOutputStream stream)

Static method to export the current SDK settings to a JSON stream.

Parameters

stream

The stream to write the JSON-formatted settings to.