Table of Contents

Class Notification.ProgressStyle

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class Notification.ProgressStyle : Notification.Style, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Notification.ProgressStyle
Implements
Inherited Members
Extension Methods

Constructors

ProgressStyle()

public ProgressStyle()

ProgressStyle(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 ProgressStyle(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

AddProgressPoint(Point)

public Notification.ProgressStyle AddProgressPoint(Notification.ProgressStyle.Point arg0)

Parameters

arg0 Notification.ProgressStyle.Point

Notification.ProgressStyle.Point

Returns

Notification.ProgressStyle

Notification.ProgressStyle

AddProgressSegment(Segment)

public Notification.ProgressStyle AddProgressSegment(Notification.ProgressStyle.Segment arg0)

Parameters

arg0 Notification.ProgressStyle.Segment

Notification.ProgressStyle.Segment

Returns

Notification.ProgressStyle

Notification.ProgressStyle

CreatePoolableInstance()

HPA initializer for ProgressStyle()

public static Notification.ProgressStyle CreatePoolableInstance()

Returns

Notification.ProgressStyle

GetProgress()

public int GetProgress()

Returns

int

int

GetProgressEndIcon()

public Icon GetProgressEndIcon()

Returns

Icon

Icon

GetProgressMax()

public int GetProgressMax()

Returns

int

int

GetProgressPoints()

public List<Notification.ProgressStyle.Point> GetProgressPoints()

Returns

List<Notification.ProgressStyle.Point>

List

GetProgressSegments()

public List<Notification.ProgressStyle.Segment> GetProgressSegments()

Returns

List<Notification.ProgressStyle.Segment>

List

GetProgressStartIcon()

public Icon GetProgressStartIcon()

Returns

Icon

Icon

GetProgressTrackerIcon()

public Icon GetProgressTrackerIcon()

Returns

Icon

Icon

IsProgressIndeterminate()

public bool IsProgressIndeterminate()

Returns

bool

bool

IsStyledByProgress()

public bool IsStyledByProgress()

Returns

bool

bool

SetProgress(int)

public Notification.ProgressStyle SetProgress(int arg0)

Parameters

arg0 int

int

Returns

Notification.ProgressStyle

Notification.ProgressStyle

SetProgressEndIcon(Icon)

public Notification.ProgressStyle SetProgressEndIcon(Icon arg0)

Parameters

arg0 Icon

Icon

Returns

Notification.ProgressStyle

Notification.ProgressStyle

SetProgressIndeterminate(bool)

public Notification.ProgressStyle SetProgressIndeterminate(bool arg0)

Parameters

arg0 bool

bool

Returns

Notification.ProgressStyle

Notification.ProgressStyle

SetProgressPoints(List<Point>)

public Notification.ProgressStyle SetProgressPoints(List<Notification.ProgressStyle.Point> arg0)

Parameters

arg0 List<Notification.ProgressStyle.Point>

List

Returns

Notification.ProgressStyle

Notification.ProgressStyle

SetProgressSegments(List<Segment>)

public Notification.ProgressStyle SetProgressSegments(List<Notification.ProgressStyle.Segment> arg0)

Parameters

arg0 List<Notification.ProgressStyle.Segment>

List

Returns

Notification.ProgressStyle

Notification.ProgressStyle

SetProgressStartIcon(Icon)

public Notification.ProgressStyle SetProgressStartIcon(Icon arg0)

Parameters

arg0 Icon

Icon

Returns

Notification.ProgressStyle

Notification.ProgressStyle

SetProgressTrackerIcon(Icon)

public Notification.ProgressStyle SetProgressTrackerIcon(Icon arg0)

Parameters

arg0 Icon

Icon

Returns

Notification.ProgressStyle

Notification.ProgressStyle

SetStyledByProgress(bool)

public Notification.ProgressStyle SetStyledByProgress(bool arg0)

Parameters

arg0 bool

bool

Returns

Notification.ProgressStyle

Notification.ProgressStyle