public static interface Generator.Builder extends SdkPojo, CopyableBuilder<Generator.Builder,Generator>
| Modifier and Type | Method and Description |
|---|---|
Generator.Builder |
gameSdkVersion(String gameSdkVersion)
The target version of the GameSparks Game SDK.
|
Generator.Builder |
language(String language)
The programming language for the generated code.
|
Generator.Builder |
targetPlatform(String targetPlatform)
The platform that will be used to run the generated code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerator.Builder gameSdkVersion(String gameSdkVersion)
The target version of the GameSparks Game SDK.
gameSdkVersion - The target version of the GameSparks Game SDK.Generator.Builder language(String language)
The programming language for the generated code.
Not all languages are supported for each platform. For cases where multiple languages are supported, this parameter specifies the language to be used. If this value is omitted, the default language for the target platform will be used.
language - The programming language for the generated code.
Not all languages are supported for each platform. For cases where multiple languages are supported, this parameter specifies the language to be used. If this value is omitted, the default language for the target platform will be used.
Generator.Builder targetPlatform(String targetPlatform)
The platform that will be used to run the generated code.
targetPlatform - The platform that will be used to run the generated code.Copyright © 2022. All rights reserved.