Class UNNotificationResponse

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
UNTextInputNotificationResponse

public class UNNotificationResponse
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • UNNotificationResponse

      protected UNNotificationResponse()
    • UNNotificationResponse

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

      protected UNNotificationResponse​(NSObject.SkipInit skipInit)
    • UNNotificationResponse

      public UNNotificationResponse​(NSCoder coder)
  • Method Details

    • getNotification

      public UNNotification getNotification()
    • getActionIdentifier

      public String getActionIdentifier()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)