/n software 3-D Secure V2 Kotlin Edition

Questions / Feedback?

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:

0DV - Data Version
1DD - Device Data
2DPNA - Device Parameter Not Available
3SW - Security Warning

FieldName
String?

The name of the parameter.

Value
String?

The value of the parameter.

ValueType
DeviceParamValueTypes

The type of the value. Possible values are:

1Array
2String

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.

Copyright (c) 2021 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Kotlin Edition - Version 2.2 [Build 7954]