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

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Response for a batch in-app product update. See: newInappproductsBatchUpdateResponse smart constructor.

  2. InappproductsBatchUpdateResponse :: Maybe [InAppProduct] -> InappproductsBatchUpdateResponse

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  3. newtype InappproductsDeleteLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.

  4. InappproductsDeleteLatencyTolerance :: Text -> InappproductsDeleteLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  5. pattern InappproductsDeleteLatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYSENSITIVE :: InappproductsDeleteLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.

  6. pattern InappproductsDeleteLatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYTOLERANT :: InappproductsDeleteLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods.

  7. pattern InappproductsDeleteLatencyTolerance_PRODUCTUPDATELATENCYTOLERANCEUNSPECIFIED :: InappproductsDeleteLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Defaults to PRODUCTUPDATELATENCYTOLERANCELATENCY_SENSITIVE.

  8. data InappproductsDeleteRequest

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Request to delete an in-app product. See: newInappproductsDeleteRequest smart constructor.

  9. InappproductsDeleteRequest :: Maybe InappproductsDeleteRequest_LatencyTolerance -> Maybe Text -> Maybe Text -> InappproductsDeleteRequest

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  10. newtype InappproductsDeleteRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.

Page 197 of many | Previous | Next