NWStandardPush

public class NWStandardPush : NWPushBase

Standard Push Notification is the common Push sent by the server

  • The custom NWSimpleObject that has been put inside the Push Object

    Declaration

    Swift

    public let customFields: NWSimpleObject?
  • The alert string

    Declaration

    Swift

    public let body: String
  • Undocumented

    Declaration

    Swift

    override public var description: String { get }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    override public func encode(with aCoder: NSCoder)