Class UIUserNotificationAction

    • Constructor Detail

      • UIUserNotificationAction

        public UIUserNotificationAction()
        Deprecated.
      • UIUserNotificationAction

        protected UIUserNotificationAction​(NSObject.Handle h,
                                           long handle)
        Deprecated.
      • UIUserNotificationAction

        protected UIUserNotificationAction​(NSObject.SkipInit skipInit)
        Deprecated.
      • UIUserNotificationAction

        public UIUserNotificationAction​(NSCoder decoder)
        Deprecated.
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Deprecated.
      • getTitle

        public java.lang.String getTitle()
        Deprecated.
      • getParameters

        public NSDictionary<?,​?> getParameters()
        Deprecated.
        Since:
        Available in iOS 9.0 and later.
      • isAuthenticationRequired

        public boolean isAuthenticationRequired()
        Deprecated.
      • isDestructive

        public boolean isDestructive()
        Deprecated.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
        Deprecated.
      • setIdentifier

        public void setIdentifier​(java.lang.String v)
        Deprecated.
      • setTitle

        public void setTitle​(java.lang.String v)
        Deprecated.
      • setParameters

        public void setParameters​(NSDictionary<?,​?> v)
        Deprecated.
      • setAuthenticationRequired

        public void setAuthenticationRequired​(boolean v)
        Deprecated.
      • setDestructive

        public void setDestructive​(boolean v)
        Deprecated.
      • init

        protected long init​(NSCoder decoder)
        Deprecated.
      • encode

        public void encode​(NSCoder coder)
        Deprecated.
        Specified by:
        encode in interface NSCoding