Builder

class Builder

Build a new DeviceProfile

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): DeviceProfile
Build the DeviceType
customConfig
Link copied to clipboard
fun customConfig(customConfig: String): DeviceProfile.Builder
Json custom configuration used by the navigator
deviceType
Link copied to clipboard
fun deviceType(deviceType: DeviceType): DeviceProfile.Builder
Change the DeviceType
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String