Class UNAuthorizationStatus


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

      Fields 
      Modifier and Type Field Description
      static long Authorized
      The application is authorized to post user notifications.
      static long Denied
      The application is not authorized to post user notifications.
      static long Ephemeral
      The application is temporarily authorized to post notifications.
      static long NotDetermined
      The user has not yet made a choice regarding whether the application may post user notifications.
      static long Provisional
      The application is authorized to post non-interruptive user notifications.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NotDetermined

        public static final long NotDetermined
        The user has not yet made a choice regarding whether the application may post user notifications.
        See Also:
        Constant Field Values
      • Denied

        public static final long Denied
        The application is not authorized to post user notifications.
        See Also:
        Constant Field Values
      • Authorized

        public static final long Authorized
        The application is authorized to post user notifications.
        See Also:
        Constant Field Values
      • Provisional

        public static final long Provisional
        The application is authorized to post non-interruptive user notifications.
        See Also:
        Constant Field Values
      • Ephemeral

        public static final long Ephemeral
        The application is temporarily authorized to post notifications. Only available to app clips.
        See Also:
        Constant Field Values