XMTPPush

public struct XMTPPush

Undocumented

  • Undocumented

    Declaration

    Swift

    public static var shared: XMTPPush
  • Undocumented

    Declaration

    Swift

    public mutating func setPushServer(_: String)
  • request() Asynchronous

    Undocumented

    Declaration

    Swift

    public func request() async throws -> Bool
  • register(token:) Asynchronous

    Undocumented

    Declaration

    Swift

    public func register(token _: String) async throws
  • subscribe(topics:) Asynchronous

    Undocumented

    Declaration

    Swift

    public func subscribe(topics _: [String]) async throws
  • unsubscribe(topics:) Asynchronous

    Undocumented

    Declaration

    Swift

    public func unsubscribe(topics _: [String]) async throws