AppWidgetProviderInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
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
- 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.