Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. newtype ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  2. ProductPolicy_TracksItem :: Text -> ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  3. pattern ProductPolicy_TracksItem_Alpha :: ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  4. pattern ProductPolicy_TracksItem_AppTrackUnspecified :: ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  5. pattern ProductPolicy_TracksItem_Beta :: ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  6. pattern ProductPolicy_TracksItem_Production :: ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  7. data ProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    A set of products. See: newProductSet smart constructor.

  8. ProductSet :: Maybe [Text] -> Maybe ProductSet_ProductSetBehavior -> Maybe [ProductVisibility] -> ProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  9. newtype ProductSet_ProductSetBehavior

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    The interpretation of this product set. "unknown" should never be sent and is ignored if received. "whitelist" means that the user is entitled to access the product set. "includeAll" means that all products are accessible, including products that are approved, products with revoked approval, and products that have never been approved. "allApproved" means that the user is entitled to access all products that are approved for the enterprise. If the value is "allApproved" or "includeAll", the productId field is ignored. If no value is provided, it is interpreted as "whitelist" for backwards compatibility. Further "allApproved" or "includeAll" does not enable automatic visibility of "alpha" or "beta" tracks for Android app. Use ProductVisibility to enable "alpha" or "beta" tracks per user.

  10. ProductSet_ProductSetBehavior :: Text -> ProductSet_ProductSetBehavior

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

Page 38 of many | Previous | Next