Instruction.Builder

abstract class Instruction.Builder


Builder for Instruction.

Summary

Public functions

abstract Instruction!
abstract Instruction.Builder!

Specifies how the APPLY stage of the update (installing the update) should be handled.

abstract Instruction.Builder!

Specifies how the DOWNLOAD stage of the update should be handled.

Public functions

build

abstract fun build(): Instruction!

setApplyInstruction

abstract fun setApplyInstruction(value: Instruction.InstructionType!): Instruction.Builder!

Specifies how the APPLY stage of the update (installing the update) should be handled.

setDownloadInstruction

abstract fun setDownloadInstruction(value: Instruction.InstructionType!): Instruction.Builder!

Specifies how the DOWNLOAD stage of the update should be handled.