Package-level declarations

Types

Link copied to clipboard

A dummy response object for the DeviceOrientationDomain.clearDeviceOrientationOverride command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.

Link copied to clipboard
@Serializable
data class SetDeviceOrientationOverrideRequest(val alpha: Double, val beta: Double, val gamma: Double)

Request object containing input parameters for the DeviceOrientationDomain.setDeviceOrientationOverride command.

Link copied to clipboard

A dummy response object for the DeviceOrientationDomain.setDeviceOrientationOverride command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.