AdSelectionConfig.Builder クラス

定義

AdSelectionConfig オブジェクトのビルダー。

[Android.Runtime.Register("android/adservices/adselection/AdSelectionConfig$Builder", ApiSince=34, DoNotGenerateAcw=true)]
public sealed class AdSelectionConfig.Builder : Java.Lang.Object
[<Android.Runtime.Register("android/adservices/adselection/AdSelectionConfig$Builder", ApiSince=34, DoNotGenerateAcw=true)>]
type AdSelectionConfig.Builder = class
    inherit Object
継承
AdSelectionConfig.Builder
属性

注釈

AdSelectionConfig オブジェクトのビルダー。

Javaドキュメント。

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

コンストラクター

名前 説明
AdSelectionConfig.Builder()

AdSelectionConfig オブジェクトのビルダー。

プロパティ

名前 説明
Class

この Objectのランタイム クラスを返します。

(継承元 Object)
Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
JniPeerMembers

AdSelectionConfig オブジェクトのビルダー。

PeerReference

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
ThresholdClass

この API は Android 用 Mono インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

(継承元 Object)
ThresholdType

この API は Android 用 Mono インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

(継承元 Object)

メソッド

名前 説明
Build()

AdSelectionConfig インスタンスをビルドします。

Clone()

このオブジェクトのコピーを作成して返します。

(継承元 Object)
Dispose()

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
Dispose(Boolean)

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
GetHashCode()

オブジェクトのハッシュ コード値を返します。

(継承元 Object)
JavaFinalize()

オブジェクトへの参照がなくなったとガベージ コレクションによって判断されたときに、オブジェクトのガベージ コレクターによって呼び出されます。

(継承元 Object)
Notify()

このオブジェクトのモニターで待機している 1 つのスレッドを起動します。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドを起動します。

(継承元 Object)
SetAdSelectionSignals(AdSelectionSignals)

AdSelectionConfig オブジェクトのビルダー。

SetCustomAudienceBuyers(IList<AdTechIdentifier>)

AdSelectionConfig オブジェクトのビルダー。

SetDecisionLogicUri(Uri)

AdSelectionConfig オブジェクトのビルダー。

SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
SetPerBuyerSignals(IDictionary<AdTechIdentifier,AdSelectionSignals>)

AdSelectionConfig オブジェクトのビルダー。

SetPerBuyerSignedContextualAds(IDictionary<AdTechIdentifier,SignedContextualAds>)

AdSelectionConfig オブジェクトのビルダー。

SetSeller(AdTechIdentifier)

AdSelectionConfig オブジェクトのビルダー。

SetSellerSignals(AdSelectionSignals)

AdSelectionConfig オブジェクトのビルダー。

SetTrustedScoringSignalsUri(Uri)

AdSelectionConfig オブジェクトのビルダー。

ToArray<T>()

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
ToString()

オブジェクトの文字列形式を返します。

(継承元 Object)
UnregisterFromRuntime()

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
Wait()

現在のスレッドが起動するまで待機します。通常は、 <em>notified</em> または <em>interrupted</em>。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドは、通常、 <em>notified</em> または <em>interrupted</em>、または一定のリアルタイムが経過するまで、起動されるまで待機します。

(継承元 Object)
Wait(Int64)

現在のスレッドは、通常、 <em>notified</em> または <em>interrupted</em>、または一定のリアルタイムが経過するまで、起動されるまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
IJavaPeerable.Disposed()

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
IJavaPeerable.DisposeUnlessReferenced()

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
IJavaPeerable.Finalized()

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
IJavaPeerable.JniManagedPeerState

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

AdSelectionConfig オブジェクトのビルダー。

(継承元 Object)

拡張メソッド

名前 説明
GetJniTypeName(IJavaPeerable)

インスタンス selfの型の JNI 名を取得します。

JavaAs<TResult>(IJavaPeerable)

selfを強制的にTResult入力し、強制型がJava側で有効であることを確認します。

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

AdSelectionConfig オブジェクトのビルダー。

TryJavaCast<TResult>(IJavaPeerable, TResult)

selfを強制的にTResult入力し、強制型がJava側で有効であることを確認します。

適用対象