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 ドキュメント android.view.View.performReceiveContent(android.view.ContentInfo)

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

適用対象