ExecuteAppFunctionResponse.PropertyReturnValue Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the property that stores the function return value within the resultDocument
.
[Android.Runtime.Register("PROPERTY_RETURN_VALUE", ApiSince=36)]
public const string PropertyReturnValue;
[<Android.Runtime.Register("PROPERTY_RETURN_VALUE", ApiSince=36)>]
val mutable PropertyReturnValue : string
Field Value
Implements
- Attributes
Remarks
The name of the property that stores the function return value within the resultDocument
.
See GenericDocument#getProperty(String)
for more information.
If the function returns void
or throws an error, the resultDocument
will be empty GenericDocument
.
If the resultDocument
is empty, GenericDocument#getProperty(String)
will return null
.
See #getResultDocument
for more information on extracting the return value.
Java documentation for android.app.appfunctions.ExecuteAppFunctionResponse.PROPERTY_RETURN_VALUE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.