AndroidJavaObject.Get

public FieldType Get(string fieldName);

Parameters

fieldNameThe name of the field (e.g. int counter; would have fieldName = "counter").

Description

Get the value of a field in an object (non-static).

The generic parameter determines the field type.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答