WebSourceParams.IsDebugKeyAllowed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.WebSourceParams.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.