Table of Contents

Class ProviderProperties.Builder

Namespace
Android.Location.Provider
Assembly
MASES.Netdroid.dll
public class ProviderProperties.Builder : JVMBridgeBase<ProviderProperties.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ProviderProperties.Builder
Implements
Extension Methods

Constructors

Builder()

public Builder()

Builder(ProviderProperties)

public Builder(ProviderProperties arg0)

Parameters

arg0 ProviderProperties

ProviderProperties

Builder(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 Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Build()

public ProviderProperties Build()

Returns

ProviderProperties

ProviderProperties

CreatePoolableInstance()

HPA initializer for Builder()

public static ProviderProperties.Builder CreatePoolableInstance()

Returns

ProviderProperties.Builder

CreatePoolableInstance(ProviderProperties)

HPA initializer for Builder(Android.Location.Provider.ProviderProperties arg0)

public static ProviderProperties.Builder CreatePoolableInstance(ProviderProperties arg0)

Parameters

arg0 ProviderProperties

Returns

ProviderProperties.Builder

SetAccuracy(int)

public ProviderProperties.Builder SetAccuracy(int arg0)

Parameters

arg0 int

int

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetHasAltitudeSupport(bool)

public ProviderProperties.Builder SetHasAltitudeSupport(bool arg0)

Parameters

arg0 bool

bool

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetHasBearingSupport(bool)

public ProviderProperties.Builder SetHasBearingSupport(bool arg0)

Parameters

arg0 bool

bool

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetHasCellRequirement(bool)

public ProviderProperties.Builder SetHasCellRequirement(bool arg0)

Parameters

arg0 bool

bool

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetHasMonetaryCost(bool)

public ProviderProperties.Builder SetHasMonetaryCost(bool arg0)

Parameters

arg0 bool

bool

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetHasNetworkRequirement(bool)

public ProviderProperties.Builder SetHasNetworkRequirement(bool arg0)

Parameters

arg0 bool

bool

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetHasSatelliteRequirement(bool)

public ProviderProperties.Builder SetHasSatelliteRequirement(bool arg0)

Parameters

arg0 bool

bool

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetHasSpeedSupport(bool)

public ProviderProperties.Builder SetHasSpeedSupport(bool arg0)

Parameters

arg0 bool

bool

Returns

ProviderProperties.Builder

ProviderProperties.Builder

SetPowerUsage(int)

public ProviderProperties.Builder SetPowerUsage(int arg0)

Parameters

arg0 int

int

Returns

ProviderProperties.Builder

ProviderProperties.Builder