DeviceParam Type
Device information parameter.
Remarks
Device information parameter used in the app flow to provide device information to the directory server.
Fields
Category Int |
The category of the parameter. Possible values include:
| ||||||||
FieldName String? |
The name of the parameter. | ||||||||
Value String? |
The value of the parameter. | ||||||||
ValueType DeviceParamValueTypes |
The type of the value. Possible values are:
|
Constructors
public constructor()
Creates an empty DeviceParam instance whose properties can be set.
public constructor(fieldName: String?, value: String?, valueType: Int, category: Int)
Creates a DeviceParam instance with the given FieldName, Value, ValueType, and Category parameters.