Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. AndroidPublisherInappproductsPatch :: Maybe Xgafv -> Maybe Text -> Maybe Bool -> Maybe Text -> Maybe InappproductsPatchLatencyTolerance -> Text -> InAppProduct -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsPatch

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  2. type AndroidPublisherInappproductsPatchResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts" :> Capture "sku" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "autoConvertMissingPrices" Bool :> QueryParam "callback" Text :> QueryParam "latencyTolerance" InappproductsPatchLatencyTolerance :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InAppProduct :> Patch '[JSON] InAppProduct

    gogol-android-publisher Gogol.AndroidPublisher

    A resource alias for androidpublisher.inappproducts.patch method which the AndroidPublisherInappproductsPatch request conforms to.

  3. data AndroidPublisherInappproductsUpdate

    gogol-android-publisher Gogol.AndroidPublisher

    Updates an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See this article for more information. See: newAndroidPublisherInappproductsUpdate smart constructor.

  4. AndroidPublisherInappproductsUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Bool -> Maybe Bool -> Maybe Text -> Maybe InappproductsUpdateLatencyTolerance -> Text -> InAppProduct -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsUpdate

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  5. type AndroidPublisherInappproductsUpdateResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts" :> Capture "sku" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "allowMissing" Bool :> QueryParam "autoConvertMissingPrices" Bool :> QueryParam "callback" Text :> QueryParam "latencyTolerance" InappproductsUpdateLatencyTolerance :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InAppProduct :> Put '[JSON] InAppProduct

    gogol-android-publisher Gogol.AndroidPublisher

    A resource alias for androidpublisher.inappproducts.update method which the AndroidPublisherInappproductsUpdate request conforms to.

  6. data AndroidPublisherPurchasesProductsAcknowledge

    gogol-android-publisher Gogol.AndroidPublisher

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

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

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

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

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

  9. data AndroidPublisherPurchasesProductsConsume

    gogol-android-publisher Gogol.AndroidPublisher

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

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

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

Page 174 of many | Previous | Next