The members of Android.Widget.RemoteViews are listed below.
See Also: Inherited members from Java.Lang.Object
Reads a RemoteViews object from a parcel. | ||
Create a new RemoteViews object that will inflate as the specified landspace or portrait RemoteViews, depending on the current configuration. | ||
Create a new RemoteViews object that will display the views contained in the specified layout file. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddView(int, RemoteViews)Equivalent to calling Android.Views.ViewGroup.AddView(Android.Views.View) after inflating the given Android.Widget.RemoteViews. | ||
Apply(Android.Content.Context, Android.Views.ViewGroup)Inflates the view hierarchy represented by this object and applies all of the actions. | ||
Clone()Creates and returns a copy of this Object. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
OnLoadClass(Java.Lang.Class)Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated. | ||
Reapply(Android.Content.Context, Android.Views.View)Applies all of the actions to the provided view. | ||
RemoveAllViews(int)Equivalent to calling Android.Views.ViewGroup.RemoveAllViews. | ||
SetBitmap(int, string, Android.Graphics.Bitmap)Call a method taking one Bitmap on a view in the layout for this RemoteViews. | ||
SetBoolean(int, string, bool)Call a method taking one boolean on a view in the layout for this RemoteViews. | ||
SetBundle(int, string, Android.OS.Bundle)Call a method taking one Bundle on a view in the layout for this RemoteViews. | ||
SetByte(int, string, sbyte)Call a method taking one byte on a view in the layout for this RemoteViews. | ||
SetChar(int, string, char)Call a method taking one char on a view in the layout for this RemoteViews. | ||
SetCharSequence(int, string, Java.Lang.ICharSequence)Call a method taking one CharSequence on a view in the layout for this RemoteViews. | ||
SetCharSequence(int, string, string)Documentation for this section has not yet been entered. | ||
SetChronometer(int, long, string, bool)Equivalent to calling Chronometer.Base, Chronometer.Format, and Chronometer.Start or Chronometer.Stop. | ||
SetContentDescription(int, Java.Lang.ICharSequence)Equivalent to calling View.setContentDescription(CharSequence). | ||
SetContentDescription(int, string)Documentation for this section has not yet been entered. | ||
SetDisplayedChild(int, int)Equivalent to calling AdapterViewAnimator.DisplayedChild | ||
SetDouble(int, string, double)Call a method taking one double on a view in the layout for this RemoteViews. | ||
SetEmptyView(int, int)Equivalent to calling AdapterView.setEmptyView | ||
SetFloat(int, string, float)Call a method taking one float on a view in the layout for this RemoteViews. | ||
SetImageViewBitmap(int, Android.Graphics.Bitmap)Equivalent to calling ImageView.setImageBitmap | ||
SetImageViewResource(int, int)Equivalent to calling ImageView.setImageResource | ||
SetImageViewUri(int, Android.Net.Uri)Equivalent to calling ImageView.setImageURI | ||
SetInt(int, string, int)Call a method taking one int on a view in the layout for this RemoteViews. | ||
SetIntent(int, string, Android.Content.Intent)Call a method taking one Intent on a view in the layout for this RemoteViews. | ||
SetLabelFor(int, int)Equivalent to calling View.setLabelFor(int). | ||
SetLong(int, string, long)Call a method taking one long on a view in the layout for this RemoteViews. | ||
SetOnClickFillInIntent(int, Android.Content.Intent)When using collections (eg. | ||
SetOnClickPendingIntent(int, Android.App.PendingIntent)Equivalent to calling Android.Views.View.SetOnClickListener(.IOnClickListener) to launch the provided Android.App.PendingIntent. | ||
SetPendingIntentTemplate(int, Android.App.PendingIntent)When using collections (eg. | ||
SetProgressBar(int, int, int, bool)Equivalent to calling ProgressBar.Max, ProgressBar.Progress, and ProgressBar.Indeterminate If indeterminate is true, then the values for max and progress are ignored. | ||
SetRelativeScrollPosition(int, int)Equivalent to calling AbsListView.SmoothScrollToPosition(int, System.Int32). | ||
SetRemoteAdapter(int, Android.Content.Intent)Equivalent to calling AbsListView.SetRemoteViewsAdapter(Android.Content.Intent). | ||
SetRemoteAdapter(int, int, Android.Content.Intent)Equivalent to calling AbsListView.SetRemoteViewsAdapter(Android.Content.Intent). | ||
SetScrollPosition(int, int)Equivalent to calling AbsListView.SmoothScrollToPosition(int, System.Int32). | ||
SetShort(int, string, short)Call a method taking one short on a view in the layout for this RemoteViews. | ||
SetString(int, string, string)Call a method taking one String on a view in the layout for this RemoteViews. | ||
SetTextColor(int, Android.Graphics.Color)Equivalent to calling TextView.SetTextColor(Android.Graphics.Color). | ||
SetTextViewCompoundDrawables(int, int, int, int, int)Equivalent to calling TextView.SetCompoundDrawablesWithIntrinsicBounds(int, System.Int32, System.Int32, System.Int32). | ||
SetTextViewCompoundDrawablesRelative(int, int, int, int, int)Equivalent to calling TextView.SetCompoundDrawablesRelativeWithIntrinsicBounds(int, System.Int32, System.Int32, System.Int32). | ||
SetTextViewText(int, Java.Lang.ICharSequence)Equivalent to calling TextView.setText | ||
SetTextViewText(int, string)Documentation for this section has not yet been entered. | ||
SetTextViewTextSize(int, int, float)Equivalent to calling TextView.SetTextSize(Android.Util.ComplexUnitType, System.Single) | ||
SetUri(int, string, Android.Net.Uri)Call a method taking one Uri on a view in the layout for this RemoteViews. | ||
SetViewPadding(int, int, int, int, int)Equivalent to calling Android.Views.View.SetPadding(int, System.Int32, System.Int32, System.Int32). | ||
SetViewVisibility(int, Android.Views.ViewStates)Equivalent to calling View.setVisibility | ||
ShowNext(int)Equivalent to calling AdapterViewAnimator.ShowNext | ||
ShowPrevious(int)Equivalent to calling AdapterViewAnimator.ShowPrevious | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |