SystemUpdate.SystemUpdateState.AbortReason

abstract class SystemUpdate.SystemUpdateState.AbortReason


Reason for ABORTED state.

Summary

Public functions

getAbortReasonType

abstract fun getAbortReasonType(): SystemUpdate.SystemUpdateState.AbortReason.AbortReasonType!

Abort reason type.

getDefaultInstance

java-static fun getDefaultInstance(): SystemUpdate.SystemUpdateState.AbortReason!

getOemReasonCode

abstract fun getOemReasonCode(): Int!

OEM supplied reason code. This is communicated to the EMM and is not used by Android directly.

getOemReasonDescription

abstract fun getOemReasonDescription(): String!

OEM supplied reason description. It has a maximum length of 128 characters. This is communicated to the EMM and is not used by Android directly.