Contents

MPRemoteCommandHandlerStatus.deviceNotFound

The requested command couldn’t execute because a required device isn’t available.

Declaration

case deviceNotFound

Discussion

Commands that require a device to perform their action should return this status when the device is unavailable. For example, you’d return this status if your command requires headphones, but none are available.

See Also

Constants