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. data ProductPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Information about the permissions required by a specific app and whether they have been accepted by the enterprise. See: newProductPermissions smart constructor.

  2. ProductPermissions :: Maybe [ProductPermission] -> Maybe Text -> ProductPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  3. data ProductPolicy

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    The policy for a product. See: newProductPolicy smart constructor.

  4. ProductPolicy :: Maybe AutoInstallPolicy -> Maybe ProductPolicy_AutoUpdateMode -> Maybe [EnterpriseAuthenticationAppLinkConfig] -> Maybe ManagedConfiguration -> Maybe Text -> Maybe [Text] -> Maybe [ProductPolicy_TracksItem] -> ProductPolicy

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  5. newtype ProductPolicy_AutoUpdateMode

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    The auto-update mode for the product. When autoUpdateMode is used, it always takes precedence over the user's choice. So when a user makes changes to the device settings manually, these changes are ignored.

  6. ProductPolicy_AutoUpdateMode :: Text -> ProductPolicy_AutoUpdateMode

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  7. pattern ProductPolicy_AutoUpdateMode_AutoUpdateDefault :: ProductPolicy_AutoUpdateMode

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    The app is automatically updated with low priority to minimize the impact on the user. The app is updated when the following constraints are met: * The device is not actively used * The device is connected to an unmetered network * The device is charging The device is notified about a new update within 24 hours after it is published by the developer, after which the app is updated the next time the constraints above are met.

  8. pattern ProductPolicy_AutoUpdateMode_AutoUpdateHighPriority :: ProductPolicy_AutoUpdateMode

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    The app is updated as soon as possible. No constraints are applied. The device is notified as soon as possible about a new app update after it is published by the developer.

  9. pattern ProductPolicy_AutoUpdateMode_AutoUpdateModeUnspecified :: ProductPolicy_AutoUpdateMode

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Unspecified. Defaults to AUTOUPDATEDEFAULT.

  10. pattern ProductPolicy_AutoUpdateMode_AutoUpdatePostponed :: ProductPolicy_AutoUpdateMode

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    The app is not automatically updated for a maximum of 90 days after the app becomes out of date. 90 days after the app becomes out of date, the latest available version is installed automatically with low priority (see AUTOUPDATEDEFAULT). After the app is updated it is not automatically updated again until 90 days after it becomes out of date again. The user can still manually update the app from the Play Store at any time.

Page 37 of many | Previous | Next