AppWidgetProviderInfo Constructors

Definition

Overloads

AppWidgetProviderInfo()

Unflatten the AppWidgetProviderInfo from a parcel.

AppWidgetProviderInfo(Parcel)

Unflatten the AppWidgetProviderInfo from a parcel.

AppWidgetProviderInfo(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

AppWidgetProviderInfo()

Unflatten the AppWidgetProviderInfo from a parcel.

[Android.Runtime.Register(".ctor", "()V", "")]
public AppWidgetProviderInfo ();
Attributes

Remarks

Java documentation for android.appwidget.AppWidgetProviderInfo.AppWidgetProviderInfo(android.os.Parcel).

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.

Applies to

AppWidgetProviderInfo(Parcel)

Unflatten the AppWidgetProviderInfo from a parcel.

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public AppWidgetProviderInfo (Android.OS.Parcel? in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Appwidget.AppWidgetProviderInfo : Android.OS.Parcel -> Android.Appwidget.AppWidgetProviderInfo

Parameters

in
Parcel
Attributes

Remarks

Unflatten the AppWidgetProviderInfo from a parcel.

Java documentation for android.appwidget.AppWidgetProviderInfo.AppWidgetProviderInfo(android.os.Parcel).

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.

Applies to

AppWidgetProviderInfo(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected AppWidgetProviderInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Appwidget.AppWidgetProviderInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Appwidget.AppWidgetProviderInfo

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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.

Applies to