言語

SurfaceControl.Transaction.SetTrustedPresentationCallback メソッド

定義

指定したサーフェスの信頼されたプレゼンテーションの状態を報告するコールバックを構成します。

[Android.Runtime.Register("setTrustedPresentationCallback", "(Landroid/view/SurfaceControl;Landroid/view/SurfaceControl$TrustedPresentationThresholds;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)Landroid/view/SurfaceControl$Transaction;", "GetSetTrustedPresentationCallback_Landroid_view_SurfaceControl_Landroid_view_SurfaceControl_TrustedPresentationThresholds_Ljava_util_concurrent_Executor_Ljava_util_function_Consumer_Handler", ApiSince=34)]
public virtual Android.Views.SurfaceControl.Transaction SetTrustedPresentationCallback(Android.Views.SurfaceControl sc, Android.Views.SurfaceControl.TrustedPresentationThresholds thresholds, Java.Util.Concurrent.IExecutor executor, Java.Util.Functions.IConsumer listener);
[<Android.Runtime.Register("setTrustedPresentationCallback", "(Landroid/view/SurfaceControl;Landroid/view/SurfaceControl$TrustedPresentationThresholds;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)Landroid/view/SurfaceControl$Transaction;", "GetSetTrustedPresentationCallback_Landroid_view_SurfaceControl_Landroid_view_SurfaceControl_TrustedPresentationThresholds_Ljava_util_concurrent_Executor_Ljava_util_function_Consumer_Handler", ApiSince=34)>]
abstract member SetTrustedPresentationCallback : Android.Views.SurfaceControl * Android.Views.SurfaceControl.TrustedPresentationThresholds * Java.Util.Concurrent.IExecutor * Java.Util.Functions.IConsumer -> Android.Views.SurfaceControl.Transaction
override this.SetTrustedPresentationCallback : Android.Views.SurfaceControl * Android.Views.SurfaceControl.TrustedPresentationThresholds * Java.Util.Concurrent.IExecutor * Java.Util.Functions.IConsumer -> Android.Views.SurfaceControl.Transaction

パラメーター

sc
SurfaceControl

sc に使用される Android.Views.SurfaceControl 値。

thresholds
SurfaceControl.TrustedPresentationThresholds

しきい値に使用される Android.Views.SurfaceControl+TrustedPresentationThresholds 値。

executor
IExecutor

Java。Executor に使用される Util.Concurrent.IExecutor 値。

listener
IConsumer

Java。リスナーに使用される Util.Functions.IConsumer 値。

返品

信頼されたプレゼンテーションコールバックの設定操作の結果。

属性

注釈

詳細については、android.view.SurfaceControl.Transaction.setTrustedPresentationCallback の Android リファレンス ドキュメントを参照してください。

android.view.SurfaceControl.Transaction.setTrustedPresentationCallback のJavaドキュメント。

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

適用対象