Class RemoteAction
public class RemoteAction : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
RemoteAction
- Implements
- Inherited Members
- Extension Methods
Constructors
RemoteAction(Icon, CharSequence, CharSequence, PendingIntent)
public RemoteAction(Icon arg0, CharSequence arg1, CharSequence arg2, PendingIntent arg3)
Parameters
arg0Iconarg1CharSequencearg2CharSequencearg3PendingIntent
RemoteAction(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 RemoteAction(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Clone()
public RemoteAction Clone()
Returns
CreatePoolableInstance(Icon, CharSequence, CharSequence, PendingIntent)
HPA initializer for RemoteAction(Android.Graphics.Drawable.Icon arg0, Java.Lang.CharSequence arg1, Java.Lang.CharSequence arg2, Android.App.PendingIntent arg3)
public static RemoteAction CreatePoolableInstance(Icon arg0, CharSequence arg1, CharSequence arg2, PendingIntent arg3)
Parameters
arg0Iconarg1CharSequencearg2CharSequencearg3PendingIntent
Returns
DescribeContents()
public int DescribeContents()
Returns
Dump(String, PrintWriter)
public void Dump(String arg0, PrintWriter arg1)
Parameters
arg0Stringarg1PrintWriter
GetActionIntent()
public PendingIntent GetActionIntent()
Returns
GetContentDescription()
public CharSequence GetContentDescription()
Returns
GetIcon()
public Icon GetIcon()
Returns
GetTitle()
public CharSequence GetTitle()
Returns
IsEnabled()
public bool IsEnabled()
Returns
SetEnabled(bool)
public void SetEnabled(bool arg0)
Parameters
SetShouldShowIcon(bool)
public void SetShouldShowIcon(bool arg0)
Parameters
ShouldShowIcon()
public bool ShouldShowIcon()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)