Type Aliases
The following type aliases are available globally.
-
This is a simple key/value tuple type that we use for our display.
- properties:
- key: A String, with the localized key of the value.
- value: A String, with the value to display.
Declaration
Swift
typealias RVS_BTDriver_WatchOS_Test_Harness_Device_InterfaceController_DisplayStringTuple = (key: String, value: String)
- properties:
-
This typealias allows us to pass the main context, as well as the device instance, to the device listing sheet.
Declaration
Swift
typealias RVS_BTDriver_WatchOS_Test_Harness_Main_InterfaceController_DeviceContext = (owner: RVS_BTDriver_WatchOS_Test_Harness_Main_InterfaceController, device: RVS_BTDriver_DeviceProtocol)