SystemUpdate.SystemUpdateState.OverrideReason.Builder

abstract class SystemUpdate.SystemUpdateState.OverrideReason.Builder


Builder for SystemUpdate.SystemUpdateState.OverrideReason.

Summary

Public functions

setOemReasonCode

abstract fun setOemReasonCode(value: Int!): SystemUpdate.SystemUpdateState.OverrideReason.Builder!

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

setOemReasonDescription

abstract fun setOemReasonDescription(value: String!): SystemUpdate.SystemUpdateState.OverrideReason.Builder!

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.

setReasonType

abstract fun setReasonType(
    value: SystemUpdate.SystemUpdateState.OverrideReason.OverrideReasonType!
): SystemUpdate.SystemUpdateState.OverrideReason.Builder!

Reason type for overriding the UUC instruction.