ResetSpotlightRidResult
public struct ResetSpotlightRidResult : Decodable
ResetSpotlightRid の正常終了時の result。
-
チャンネル ID。
Declaration
Swift
public let channelId: String -
受信者のコネクション ID。
Declaration
Swift
public let recvConnectionId: String -
ResetSpotlightRid の結果を作成する。
Declaration
Swift
public init(channelId: String, recvConnectionId: String)
View on GitHub
Install in Dash