Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. data AndroidPublisherPurchasesProductsAcknowledge

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

    Acknowledges a purchase of an inapp item. See: newAndroidPublisherPurchasesProductsAcknowledge smart constructor.

  2. AndroidPublisherPurchasesProductsAcknowledge :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> ProductPurchasesAcknowledgeRequest -> Text -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherPurchasesProductsAcknowledge

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

    No documentation available.

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

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

    A resource alias for androidpublisher.purchases.products.acknowledge method which the AndroidPublisherPurchasesProductsAcknowledge request conforms to.

  4. newAndroidPublisherPurchasesProductsAcknowledge :: Text -> ProductPurchasesAcknowledgeRequest -> Text -> Text -> AndroidPublisherPurchasesProductsAcknowledge

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

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

  5. data AndroidPublisherPurchasesProductsConsume

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

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

  6. 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.

  7. 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.

  8. 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.

  9. data AndroidPublisherPurchasesProductsGet

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

    Checks the purchase and consumption status of an inapp item. See: newAndroidPublisherPurchasesProductsGet smart constructor.

  10. AndroidPublisherPurchasesProductsGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Text -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherPurchasesProductsGet

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

    No documentation available.

Page 193 of many | Previous | Next