다음을 통해 공유


AddAdSelectionOverrideRequest.DecisionLogicJs Property

Definition

public virtual string DecisionLogicJs { [Android.Runtime.Register("getDecisionLogicJs", "()Ljava/lang/String;", "GetGetDecisionLogicJsHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getDecisionLogicJs", "()Ljava/lang/String;", "GetGetDecisionLogicJsHandler", ApiSince=34)>]
member this.DecisionLogicJs : string

Property Value

The override javascript result, should be a string that contains valid JS code. The code should contain the scoring logic that will be executed during Ad selection.

Attributes

Remarks

Java documentation for android.adservices.adselection.AddAdSelectionOverrideRequest.getDecisionLogicJs().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to