Class UIBackgroundRefreshStatus


  • public final class UIBackgroundRefreshStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Available
      enabled for this application
      static long Denied
      explicitly disabled by the user for this application
      static long Restricted
      unavailable on this system due to device configuration; the user cannot enable the feature
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Restricted

        public static final long Restricted
        unavailable on this system due to device configuration; the user cannot enable the feature
        See Also:
        Constant Field Values
      • Denied

        public static final long Denied
        explicitly disabled by the user for this application
        See Also:
        Constant Field Values
      • Available

        public static final long Available
        enabled for this application
        See Also:
        Constant Field Values