-
- All Implemented Interfaces:
public abstract class GalaxyStorePublisherExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>serviceAccountIdprivate final ListProperty<String>serviceAccountScopesprivate final RegularFilePropertyserviceAccountKeyFileprivate final Property<String>appContentId
-
Constructor Summary
Constructors Constructor Description GalaxyStorePublisherExtension()
-
Method Summary
Modifier and Type Method Description abstract Property<String>getServiceAccountId()Samsung Service Account ID (can be obtained at Samsung API Console) abstract ListProperty<String>getServiceAccountScopes()Samsung Service Account ID scopes (specified while issuing service account at Samsung API Console) abstract RegularFilePropertygetServiceAccountKeyFile()If not specified — plugin will look for private key in SAMSUNG_SERVICE_ACCOUNT_KEYenv varabstract Property<String>getAppContentId()Target application Content ID (can be found at Samsung Seller Portal) -
-
Method Detail
-
getServiceAccountId
abstract Property<String> getServiceAccountId()
Samsung Service Account ID (can be obtained at Samsung API Console)
-
getServiceAccountScopes
abstract ListProperty<String> getServiceAccountScopes()
Samsung Service Account ID scopes (specified while issuing service account at Samsung API Console)
-
getServiceAccountKeyFile
abstract RegularFileProperty getServiceAccountKeyFile()
If not specified — plugin will look for private key in
SAMSUNG_SERVICE_ACCOUNT_KEYenv var
-
getAppContentId
abstract Property<String> getAppContentId()
Target application Content ID (can be found at Samsung Seller Portal)
-
-
-
-