SurfaceControl.Transaction.ClearTrustedPresentationCallback 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
清除與 Surface 相關的可信呈現回撥。
[Android.Runtime.Register("clearTrustedPresentationCallback", "(Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction;", "GetClearTrustedPresentationCallback_Landroid_view_SurfaceControl_Handler", ApiSince=34)]
public virtual Android.Views.SurfaceControl.Transaction ClearTrustedPresentationCallback(Android.Views.SurfaceControl sc);
[<Android.Runtime.Register("clearTrustedPresentationCallback", "(Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction;", "GetClearTrustedPresentationCallback_Landroid_view_SurfaceControl_Handler", ApiSince=34)>]
abstract member ClearTrustedPresentationCallback : Android.Views.SurfaceControl -> Android.Views.SurfaceControl.Transaction
override this.ClearTrustedPresentationCallback : Android.Views.SurfaceControl -> Android.Views.SurfaceControl.Transaction
參數
用於 sc. 的 Android.Views.SurfaceControl 值。
傳回
這是明確可信的簡報回撥操作的結果。
- 屬性
備註
詳情請參閱 Android 參考文件中的 android.view.SurfaceControl.Transaction.clearTrustedPresentationCallback。
android.view.SurfaceControl.Transaction.clearTrustedPresentationCallback的 Java 文件。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。