NWPushBase

public class NWPushBase : NSObject, NWStorable

The object describing the Push received

  • A flag indicating whether the push was actually seen by the end User or not

    Declaration

    Swift

    public let shown: Bool
  • A flag indicating if the push was received from remote or autogenerated

    Declaration

    Swift

    public let isLocal: Bool
  • Undocumented

    Declaration

    Swift

    override public var description: String { get }
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public func encode(with aCoder: NSCoder)