ContactConflict

@objc(UAirshipNotificationContactConflict)
final class ContactConflict : NSObject

NSNotification info when a conflict event is emitted.

  • NSNotification name.

    Declaration

    Swift

    @objc
    public static let name: NSNotification.Name
  • NSNotification userInfo key to get the ContactConflictEvent.

    Declaration

    Swift

    @objc
    public static let eventKey: String