Skip to main content

AppDeploymentTarget

Where an app runs: none (draft), shared (the shared game-api), or dedicated (a provisioned environment).

enum AppDeploymentTarget {
NONE
SHARED
DEDICATED
}

Values

AppDeploymentTarget.NONE

Draft / unpublished: the app is not deployed to any runtime.

AppDeploymentTarget.SHARED

Runs on the multi-tenant shared game-api (publishAppToShared).

AppDeploymentTarget.DEDICATED

Runs on a dedicated, org-provisioned environment.

Member Of

AppRuntimeState object