다음을 통해 공유


WebTriggerParams.IsDebugKeyAllowed Property

Definition

Getter for debug allowed/disallowed flag.

public bool IsDebugKeyAllowed { [Android.Runtime.Register("isDebugKeyAllowed", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isDebugKeyAllowed", "()Z", "", ApiSince=34)>]
member this.IsDebugKeyAllowed : bool

Property Value

Attributes

Remarks

Getter for debug allowed/disallowed flag. Its value as true means to allow parsing debug keys from registration responses and their addition in the generated reports.

Java documentation for android.adservices.measurement.WebTriggerParams.isDebugKeyAllowed().

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