ExecuteAppFunctionResponse.PropertyReturnValue 字段

定义

在 . 中 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

字段值

实现

属性

注解

在 . 中 resultDocument存储函数返回值的属性的名称。

有关详细信息,请参阅 GenericDocument#getProperty(String)

如果函数返回 void 或引发错误,则 resultDocument 为空 GenericDocument

如果为 resultDocument 空, GenericDocument#getProperty(String) 则返回 null

有关提取返回值的详细信息,请参阅 #getResultDocument

Java文档android.app.appfunctions.ExecuteAppFunctionResponse.PROPERTY_RETURN_VALUE

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于