NWUrlPush

public class NWUrlPush : NWStandardPush

Url push notification is a special kind of push that redirects the user on a URL

  • url

    The URL the user is redirecting to

    Declaration

    Swift

    public let url: URL
  • Undocumented

    Declaration

    Swift

    public override var description: String { get }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    override public func encode(with aCoder: NSCoder)