getValue

fun <T> getValue(field: Field<T>): T?

Returns the value of the specified field.

This is a generic type function, so the class type of the returned object is determined by the input field.

Return

The value of the specified field. Returns null value if the data does not contain a value for the specified field.

Since

1.0.0

Preferences Submitted

You have successfully updated your cookie preferences.