RemoteCommand
public enum RemoteCommand
extension RemoteCommand: Equatable, Hashable
A command which should be sent to a remote device.
-
Declaration
Swift
case closeTab(url: String )
Docs (100% documented)
public enum RemoteCommand
extension RemoteCommand: Equatable, Hashable
A command which should be sent to a remote device.
Swift
case closeTab(url: String
)