loadInstance

public final void loadInstance(FileInputStream stream)

Loads SDK settings from a JSON stream.

Parameters

stream

The stream containing JSON-formatted SDK settings.


public final void loadInstance(String path)

Loads SDK settings from a JSON file.

Parameters

path

The file path to the JSON settings file.