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. pattern AssociationsessionsStartProductCode_Afc :: AssociationsessionsStartProductCode

    gogol-adsense-host Gogol.AdSenseHost.Types

    AdSense For Content

  2. pattern AssociationsessionsStartProductCode_Afg :: AssociationsessionsStartProductCode

    gogol-adsense-host Gogol.AdSenseHost.Types

    AdSense For Games

  3. pattern AssociationsessionsStartProductCode_Afmc :: AssociationsessionsStartProductCode

    gogol-adsense-host Gogol.AdSenseHost.Types

    AdSense For Mobile Content - deprecated

  4. pattern AssociationsessionsStartProductCode_Afs :: AssociationsessionsStartProductCode

    gogol-adsense-host Gogol.AdSenseHost.Types

    AdSense For Search - deprecated

  5. pattern AssociationsessionsStartProductCode_Afv :: AssociationsessionsStartProductCode

    gogol-adsense-host Gogol.AdSenseHost.Types

    AdSense For Video

  6. fromAssociationsessionsStartProductCode :: AssociationsessionsStartProductCode -> Text

    gogol-adsense-host Gogol.AdSenseHost.Types

    No documentation available.

  7. data AndroidEnterpriseProductsApprove

    gogol-android-enterprise Gogol.AndroidEnterprise

    Approves the specified product and the relevant app permissions, if any. The maximum number of products that you can approve per enterprise customer is 1,000. To learn how to use managed Google Play to design and create a store layout to display approved products to your users, see Store Layout Design. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseProductsApprove smart constructor.

  8. AndroidEnterpriseProductsApprove :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> ProductsApproveRequest -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsApprove

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  9. type AndroidEnterpriseProductsApproveResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "approve" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductsApproveRequest :> Post '[JSON] ()

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.products.approve method which the AndroidEnterpriseProductsApprove request conforms to.

  10. data AndroidEnterpriseProductsGenerateApprovalUrl

    gogol-android-enterprise Gogol.AndroidEnterprise

    Generates a URL that can be rendered in an iframe to display the permissions (if any) of a product. An enterprise admin must view these permissions and accept them on behalf of their organization in order to approve that product. Admins should accept the displayed permissions by interacting with a separate UI element in the EMM console, which in turn should trigger the use of this URL as the approvalUrlInfo.approvalUrl property in a Products.approve call to approve the product. This URL can only be used to display permissions for up to 1 day. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseProductsGenerateApprovalUrl smart constructor.

Page 157 of many | Previous | Next