SystemUpdate.SystemUpdateState.PreventionReason

abstract class SystemUpdate.SystemUpdateState.PreventionReason


Reason for DOWNLOAD_PREVENTED or APPLY_PREVENTED states.

Summary

Public functions

getDefaultInstance

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

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.

getPreventionReasonType

abstract fun getPreventionReasonType(): SystemUpdate.SystemUpdateState.PreventionReason.PreventionReasonType!

Prevention reason type.