Binder.RestoreCallingIdentity(Int64) メソッド

定義

現在のスレッド上の受信 IPC の ID を、 によって #clearCallingIdentity返された以前の ID に復元します。

[Android.Runtime.Register("restoreCallingIdentity", "(J)V", "")]
public static void RestoreCallingIdentity (long token);
[<Android.Runtime.Register("restoreCallingIdentity", "(J)V", "")>]
static member RestoreCallingIdentity : int64 -> unit

パラメーター

token
Int64

によって #clearCallingIdentity以前に返された不透明なトークン。

属性

注釈

現在のスレッド上の受信 IPC の ID を、 によって #clearCallingIdentity返された以前の ID に復元します。

の Java ドキュメント android.os.Binder.restoreCallingIdentity(long)

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

適用対象

こちらもご覧ください