Class UNNotificationAction

    • Constructor Detail

      • UNNotificationAction

        protected UNNotificationAction()
      • UNNotificationAction

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

        protected UNNotificationAction​(NSObject.SkipInit skipInit)
      • UNNotificationAction

        public UNNotificationAction​(java.lang.String identifier,
                                    java.lang.String title,
                                    UNNotificationActionOptions options)
      • UNNotificationAction

        public UNNotificationAction​(NSCoder decoder)
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
      • getTitle

        public java.lang.String getTitle()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • create

        protected static long create​(java.lang.String identifier,
                                     java.lang.String title,
                                     UNNotificationActionOptions options)
      • init

        protected long init​(NSCoder decoder)