{-# LANGUAGE DataKinds #-} {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE DuplicateRecordFields #-} {-# LANGUAGE ImportQualifiedPost #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE StrictData #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE NoImplicitPrelude #-} {-# OPTIONS_GHC -fno-warn-duplicate-exports #-} {-# OPTIONS_GHC -fno-warn-name-shadowing #-} {-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-unused-matches #-} -- | -- Module : Gogol.PlayCustomApp -- Copyright : (c) 2015-2025 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Toni Cebrián -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- -- API to create and publish custom Android apps -- -- /See:/ module Gogol.PlayCustomApp ( -- * Configuration playCustomAppService, -- * OAuth Scopes Androidpublisher'FullControl, -- * Resources -- ** playcustomapp.accounts.customApps.create PlayCustomAppAccountsCustomAppsCreateResource, PlayCustomAppAccountsCustomAppsCreate (..), newPlayCustomAppAccountsCustomAppsCreate, -- * Types -- ** Xgafv Xgafv (..), -- ** CustomApp CustomApp (..), newCustomApp, -- ** Organization Organization (..), newOrganization, ) where import Gogol.PlayCustomApp.Accounts.CustomApps.Create import Gogol.PlayCustomApp.Types