Table of Contents

Class AppWidgetProviderInfo

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

Constructors

AppWidgetProviderInfo()

public AppWidgetProviderInfo()

AppWidgetProviderInfo(Parcel)

public AppWidgetProviderInfo(Parcel arg0)

Parameters

arg0 Parcel

Parcel

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

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

RESIZE_BOTH

public static int RESIZE_BOTH { get; set; }

Property Value

int

RESIZE_HORIZONTAL

public static int RESIZE_HORIZONTAL { get; set; }

Property Value

int

RESIZE_NONE

public static int RESIZE_NONE { get; set; }

Property Value

int

RESIZE_VERTICAL

public static int RESIZE_VERTICAL { get; set; }

Property Value

int

WIDGET_CATEGORY_HOME_SCREEN

public static int WIDGET_CATEGORY_HOME_SCREEN { get; set; }

Property Value

int

WIDGET_CATEGORY_KEYGUARD

public static int WIDGET_CATEGORY_KEYGUARD { get; set; }

Property Value

int

WIDGET_CATEGORY_NOT_KEYGUARD

public static int WIDGET_CATEGORY_NOT_KEYGUARD { get; set; }

Property Value

int
public static int WIDGET_CATEGORY_SEARCHBOX { get; set; }

Property Value

int

WIDGET_FEATURE_CONFIGURATION_OPTIONAL

public static int WIDGET_FEATURE_CONFIGURATION_OPTIONAL { get; set; }

Property Value

int

WIDGET_FEATURE_HIDE_FROM_PICKER

public static int WIDGET_FEATURE_HIDE_FROM_PICKER { get; set; }

Property Value

int

WIDGET_FEATURE_RECONFIGURABLE

public static int WIDGET_FEATURE_RECONFIGURABLE { get; set; }

Property Value

int

autoAdvanceViewId

public int autoAdvanceViewId { get; set; }

Property Value

int

configure

public ComponentName configure { get; set; }

Property Value

ComponentName

descriptionRes

public int descriptionRes { get; set; }

Property Value

int

generatedPreviewCategories

public int generatedPreviewCategories { get; set; }

Property Value

int

icon

public int icon { get; set; }

Property Value

int

initialKeyguardLayout

public int initialKeyguardLayout { get; set; }

Property Value

int

initialLayout

public int initialLayout { get; set; }

Property Value

int

label

[Obsolete("Deprecated in JVM")]
public String label { get; set; }

Property Value

String

maxResizeHeight

public int maxResizeHeight { get; set; }

Property Value

int

maxResizeWidth

public int maxResizeWidth { get; set; }

Property Value

int

minHeight

public int minHeight { get; set; }

Property Value

int

minResizeHeight

public int minResizeHeight { get; set; }

Property Value

int

minResizeWidth

public int minResizeWidth { get; set; }

Property Value

int

minWidth

public int minWidth { get; set; }

Property Value

int

previewImage

public int previewImage { get; set; }

Property Value

int

previewLayout

public int previewLayout { get; set; }

Property Value

int

provider

public ComponentName provider { get; set; }

Property Value

ComponentName

resizeMode

public int resizeMode { get; set; }

Property Value

int

targetCellHeight

public int targetCellHeight { get; set; }

Property Value

int

targetCellWidth

public int targetCellWidth { get; set; }

Property Value

int

updatePeriodMillis

public int updatePeriodMillis { get; set; }

Property Value

int

widgetCategory

public int widgetCategory { get; set; }

Property Value

int

widgetFeatures

public int widgetFeatures { get; set; }

Property Value

int

Methods

Clone()

public AppWidgetProviderInfo Clone()

Returns

AppWidgetProviderInfo

AppWidgetProviderInfo

CreatePoolableInstance()

HPA initializer for AppWidgetProviderInfo()

public static AppWidgetProviderInfo CreatePoolableInstance()

Returns

AppWidgetProviderInfo

CreatePoolableInstance(Parcel)

HPA initializer for AppWidgetProviderInfo(Android.Os.Parcel arg0)

public static AppWidgetProviderInfo CreatePoolableInstance(Parcel arg0)

Parameters

arg0 Parcel

Returns

AppWidgetProviderInfo

DescribeContents()

public int DescribeContents()

Returns

int

int

GetActivityInfo()

public ActivityInfo GetActivityInfo()

Returns

ActivityInfo

ActivityInfo

GetProfile()

public UserHandle GetProfile()

Returns

UserHandle

UserHandle

LoadDescription(Context)

public CharSequence LoadDescription(Context arg0)

Parameters

arg0 Context

Context

Returns

CharSequence

CharSequence

LoadIcon(Context, int)

public Drawable LoadIcon(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

Returns

Drawable

Drawable

LoadLabel(PackageManager)

public String LoadLabel(PackageManager arg0)

Parameters

arg0 PackageManager

PackageManager

Returns

String

String

LoadPreviewImage(Context, int)

public Drawable LoadPreviewImage(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

Returns

Drawable

Drawable

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int