load

public final static void load(String path)

Static method to load SDK settings from a JSON file.

Parameters

path

The file path to the JSON settings file.


public final static void load(FileInputStream stream)

Static method to load SDK settings from a JSON stream.

Parameters

stream

The stream containing JSON-formatted SDK settings.