setUserField

open fun setUserField(@NonNull field: String, @NonNull value: Any)

Used to predefine additional information. The value set here is sent together without being set every time.

Since

Added 2.6.0.

Parameters

field

The key of the additional information.

value

The value of the additional information.