AppSetIdManager.GetAppSetId(IExecutor, IOutcomeReceiver) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AppSetId を取得します。
[Android.Runtime.Register("getAppSetId", "(Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetGetAppSetId_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=34)]
public virtual void GetAppSetId(Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("getAppSetId", "(Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetGetAppSetId_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=34)>]
abstract member GetAppSetId : Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
override this.GetAppSetId : Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
パラメーター
- executor
- IExecutor
コールバックを実行する Executor。
- callback
- IOutcomeReceiver
appsetid が使用可能であるか、エラーが発生した後に呼び出されるコールバック。
- 属性
注釈
AppSetId を取得します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。