GetLaunchPathsPlainArgs

data class GetLaunchPathsPlainArgs(val acceptLanguage: String? = null, val productId: String) : ConvertibleToJava<GetLaunchPathsPlainArgs>

A collection of arguments for invoking getLaunchPaths.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, productId: String)

Properties

Link copied to clipboard
val acceptLanguage: String? = null

Language code. Valid values: en (English), jp (Japanese), zh (Chinese). Default value is en.

Link copied to clipboard

Product identifier. The following arguments are optional:

Functions

Link copied to clipboard
open override fun toJava(): GetLaunchPathsPlainArgs