Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newAndroidPublisherPurchasesProductsConsume :: Text -> Text -> Text -> AndroidPublisherPurchasesProductsConsume

    gogol-android-publisher Gogol.AndroidPublisher

    Creates a value of AndroidPublisherPurchasesProductsConsume with the minimum fields required to make a request.

  2. module Gogol.AndroidPublisher.Purchases.Products.Consume

    Consumes a purchase for an inapp item. See: Google Play Android Developer API Reference for androidpublisher.purchases.products.consume.

  3. data AndroidPublisherPurchasesProductsConsume

    gogol-android-publisher Gogol.AndroidPublisher.Purchases.Products.Consume

    Consumes a purchase for an inapp item. See: newAndroidPublisherPurchasesProductsConsume smart constructor.

  4. AndroidPublisherPurchasesProductsConsume :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Text -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherPurchasesProductsConsume

    gogol-android-publisher Gogol.AndroidPublisher.Purchases.Products.Consume

    No documentation available.

  5. type AndroidPublisherPurchasesProductsConsumeResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "purchases" :> "products" :> Capture "productId" Text :> "tokens" :> CaptureMode "token" "consume" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Post '[JSON] ()

    gogol-android-publisher Gogol.AndroidPublisher.Purchases.Products.Consume

    A resource alias for androidpublisher.purchases.products.consume method which the AndroidPublisherPurchasesProductsConsume request conforms to.

  6. newAndroidPublisherPurchasesProductsConsume :: Text -> Text -> Text -> AndroidPublisherPurchasesProductsConsume

    gogol-android-publisher Gogol.AndroidPublisher.Purchases.Products.Consume

    Creates a value of AndroidPublisherPurchasesProductsConsume with the minimum fields required to make a request.

  7. autoResumeTime :: PausedStateContext -> Maybe DateTime

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Time at which the subscription will be automatically resumed.

  8. autoResumeTimeMillis :: SubscriptionPurchase -> Maybe Int64

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Time at which the subscription will be automatically resumed, in milliseconds since the Epoch. Only present if the user has requested to pause the subscription.

  9. consumptionState :: ProductPurchase -> Maybe Int32

    gogol-android-publisher Gogol.AndroidPublisher.Types

    The consumption state of the inapp product. Possible values are: 0. Yet to be consumed 1. Consumed

  10. newtype ProjectsMetadata_ConsumerProjectState

    gogol-appengine Gogol.AppEngine

    The CCFE state of the consumer project. It is the same state that is communicated to the CLH during project events. Notice that this field is not set in the DB, it is only set in this proto when communicated to CLH in the side channel.

Page 255 of many | Previous | Next