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.
-
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.
ProductPermissions :: Maybe [ProductPermission] -> Maybe Text -> ProductPermissionsgogol-android-enterprise Gogol.AndroidEnterprise.Types No documentation available.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Types The policy for a product. See: newProductPolicy smart constructor.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Types No documentation available.
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.
ProductPolicy_AutoUpdateMode :: Text -> ProductPolicy_AutoUpdateModegogol-android-enterprise Gogol.AndroidEnterprise.Types No documentation available.
pattern
ProductPolicy_AutoUpdateMode_AutoUpdateDefault :: ProductPolicy_AutoUpdateModegogol-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.
pattern
ProductPolicy_AutoUpdateMode_AutoUpdateHighPriority :: ProductPolicy_AutoUpdateModegogol-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.
pattern
ProductPolicy_AutoUpdateMode_AutoUpdateModeUnspecified :: ProductPolicy_AutoUpdateModegogol-android-enterprise Gogol.AndroidEnterprise.Types Unspecified. Defaults to AUTOUPDATEDEFAULT.
pattern
ProductPolicy_AutoUpdateMode_AutoUpdatePostponed :: ProductPolicy_AutoUpdateModegogol-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.