MultipleOtaClientsException

class MultipleOtaClientsException : OemSystemUpdateException


Thrown when AMAPI detects multiple OEM OTA client apps attempting to use the API. Only one OEM OTA client is permitted.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

MultipleOtaClientsException

MultipleOtaClientsException(cause: Throwable? = null)
Parameters
cause: Throwable? = null

The underlying cause of the exception.