Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. newtype InappproductsUpdateLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

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

  2. InappproductsUpdateLatencyTolerance :: Text -> InappproductsUpdateLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  3. pattern InappproductsUpdateLatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYSENSITIVE :: InappproductsUpdateLatencyTolerance

    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.

  4. pattern InappproductsUpdateLatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYTOLERANT :: InappproductsUpdateLatencyTolerance

    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.

  5. pattern InappproductsUpdateLatencyTolerance_PRODUCTUPDATELATENCYTOLERANCEUNSPECIFIED :: InappproductsUpdateLatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Defaults to PRODUCTUPDATELATENCYTOLERANCELATENCY_SENSITIVE.

  6. data InappproductsUpdateRequest

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Request to update an in-app product. See: newInappproductsUpdateRequest smart constructor.

  7. InappproductsUpdateRequest :: Maybe Bool -> Maybe Bool -> Maybe InAppProduct -> Maybe InappproductsUpdateRequest_LatencyTolerance -> Maybe Text -> Maybe Text -> InappproductsUpdateRequest

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  8. newtype InappproductsUpdateRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

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

  9. InappproductsUpdateRequest_LatencyTolerance :: Text -> InappproductsUpdateRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  10. pattern InappproductsUpdateRequest_LatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYSENSITIVE :: InappproductsUpdateRequest_LatencyTolerance

    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.

Page 200 of many | Previous | Next