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. pattern ProductPolicy_TracksItem_AppTrackUnspecified :: ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  2. pattern ProductPolicy_TracksItem_Beta :: ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  3. pattern ProductPolicy_TracksItem_Production :: ProductPolicy_TracksItem

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  4. data ProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise

    A set of products. See: newProductSet smart constructor.

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  6. newtype ProductSet_ProductSetBehavior

    gogol-android-enterprise Gogol.AndroidEnterprise

    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.

  7. ProductSet_ProductSetBehavior :: Text -> ProductSet_ProductSetBehavior

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  8. pattern ProductSet_ProductSetBehavior_AllApproved :: ProductSet_ProductSetBehavior

    gogol-android-enterprise Gogol.AndroidEnterprise

    This product set represents all approved products. For Android app it represents only "production" track. (The value of the product_id field is therefore ignored).

  9. pattern ProductSet_ProductSetBehavior_IncludeAll :: ProductSet_ProductSetBehavior

    gogol-android-enterprise Gogol.AndroidEnterprise

    This product set represents all products. For Android app it represents only "production" track. (The value of the productId field is therefore ignored).

  10. pattern ProductSet_ProductSetBehavior_Unknown :: ProductSet_ProductSetBehavior

    gogol-android-enterprise Gogol.AndroidEnterprise

    This value should never be sent and ignored if received.

Page 29 of many | Previous | Next