AppSetIdManager.GetAppSetId(IExecutor, IOutcomeReceiver) メソッド

定義

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 を取得します。

Javaドキュメント。

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

適用対象