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. newAccountSummaries :: AccountSummaries

    gogol-analytics Gogol.Analytics.Types

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

  2. newAccountSummary :: AccountSummary

    gogol-analytics Gogol.Analytics.Types

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

  3. newProfileSummary :: ProfileSummary

    gogol-analytics Gogol.Analytics.Types

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

  4. newWebPropertySummary :: WebPropertySummary

    gogol-analytics Gogol.Analytics.Types

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

  5. data AndroidPublisherPurchasesProductsConsume

    gogol-android-publisher Gogol.AndroidPublisher

    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

    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

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

  8. autoResumeTime :: PausedStateContext -> Maybe DateTime

    gogol-android-publisher Gogol.AndroidPublisher

    Time at which the subscription will be automatically resumed.

  9. autoResumeTimeMillis :: SubscriptionPurchase -> Maybe Int64

    gogol-android-publisher Gogol.AndroidPublisher

    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.

  10. consumptionState :: ProductPurchase -> Maybe Int32

    gogol-android-publisher Gogol.AndroidPublisher

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

Page 254 of many | Previous | Next