言語

View.PerformReceiveContent(ContentInfo) メソッド

定義

指定されたコンテンツを受信します。

[Android.Runtime.Register("performReceiveContent", "(Landroid/view/ContentInfo;)Landroid/view/ContentInfo;", "GetPerformReceiveContent_Landroid_view_ContentInfo_Handler", ApiSince=31)]
public virtual Android.Views.ContentInfo? PerformReceiveContent(Android.Views.ContentInfo payload);
[<Android.Runtime.Register("performReceiveContent", "(Landroid/view/ContentInfo;)Landroid/view/ContentInfo;", "GetPerformReceiveContent_Landroid_view_ContentInfo_Handler", ApiSince=31)>]
abstract member PerformReceiveContent : Android.Views.ContentInfo -> Android.Views.ContentInfo
override this.PerformReceiveContent : Android.Views.ContentInfo -> Android.Views.ContentInfo

パラメーター

payload
ContentInfo

挿入するコンテンツと関連するメタデータ。

返品

受け入れられなかった渡されたコンテンツの部分 (すべて、一部、または渡されたコンテンツがない場合があります)。

属性

注釈

指定されたコンテンツを受信します。 リスナーが設定されていない場合は、 #onReceiveContentを呼び出します。 リスナーが #setOnReceiveContentListener setされている場合は、代わりにリスナーを呼び出します。リスナーが null 以外の結果を返す場合は、 #onReceiveContent を呼び出して処理します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象