beginDownloadCustomizationBundle (java.io.OutputStream out)

Start downloading the default resource bundle associated with the application, and save it into an output stream.

The resource bundle is saved into the output stream that you provide. An application can only have one default resource bundle.

Syntax

public void beginDownloadCustomizationBundle (java.io.OutputStream out)

Parameters

Returns

None.

Examples