Table of Contents

Class FrequencyCapFilters

Namespace
Android.Adservices.Common
Assembly
MASES.Netdroid.dll
public class FrequencyCapFilters : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
FrequencyCapFilters
Implements
Inherited Members
Extension Methods

Constructors

FrequencyCapFilters(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FrequencyCapFilters(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AD_EVENT_TYPE_CLICK

public static int AD_EVENT_TYPE_CLICK { get; set; }

Property Value

int

AD_EVENT_TYPE_IMPRESSION

public static int AD_EVENT_TYPE_IMPRESSION { get; set; }

Property Value

int

AD_EVENT_TYPE_VIEW

public static int AD_EVENT_TYPE_VIEW { get; set; }

Property Value

int

AD_EVENT_TYPE_WIN

public static int AD_EVENT_TYPE_WIN { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetKeyedFrequencyCapsForClickEvents()

public List<KeyedFrequencyCap> GetKeyedFrequencyCapsForClickEvents()

Returns

List<KeyedFrequencyCap>

List

GetKeyedFrequencyCapsForImpressionEvents()

public List<KeyedFrequencyCap> GetKeyedFrequencyCapsForImpressionEvents()

Returns

List<KeyedFrequencyCap>

List

GetKeyedFrequencyCapsForViewEvents()

public List<KeyedFrequencyCap> GetKeyedFrequencyCapsForViewEvents()

Returns

List<KeyedFrequencyCap>

List

GetKeyedFrequencyCapsForWinEvents()

public List<KeyedFrequencyCap> GetKeyedFrequencyCapsForWinEvents()

Returns

List<KeyedFrequencyCap>

List

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int