XMTPPush
public struct XMTPPush
Undocumented
-
Undocumented
Declaration
Swift
public static var shared: XMTPPush -
Undocumented
Declaration
Swift
public mutating func setPushServer(_: String) -
request()AsynchronousUndocumented
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 -
subscribeWithMetadata(subscriptions:Asynchronous) Undocumented
Declaration
Swift
public func subscribeWithMetadata(subscriptions _: [NotificationSubscription]) async throws -
unsubscribe(topics:Asynchronous) Undocumented
Declaration
Swift
public func unsubscribe(topics _: [String]) async throws
XMTPPush Structure Reference