Class Notification.Action
public class Notification.Action : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
Notification.Action
- Implements
- Inherited Members
- Extension Methods
Constructors
Action(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 Action(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Action(int, CharSequence, PendingIntent)
[Obsolete("Deprecated in JVM")]
public Action(int arg0, CharSequence arg1, PendingIntent arg2)
Parameters
arg0intarg1CharSequencearg2PendingIntent
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
SEMANTIC_ACTION_ARCHIVE
https://developer.android.com/reference/android/app/Notification.Action.html#SEMANTIC_ACTION_ARCHIVE
public static int SEMANTIC_ACTION_ARCHIVE { get; set; }
Property Value
SEMANTIC_ACTION_CALL
public static int SEMANTIC_ACTION_CALL { get; set; }
Property Value
SEMANTIC_ACTION_DELETE
public static int SEMANTIC_ACTION_DELETE { get; set; }
Property Value
SEMANTIC_ACTION_MARK_AS_READ
public static int SEMANTIC_ACTION_MARK_AS_READ { get; set; }
Property Value
SEMANTIC_ACTION_MARK_AS_UNREAD
public static int SEMANTIC_ACTION_MARK_AS_UNREAD { get; set; }
Property Value
SEMANTIC_ACTION_MUTE
public static int SEMANTIC_ACTION_MUTE { get; set; }
Property Value
SEMANTIC_ACTION_NONE
public static int SEMANTIC_ACTION_NONE { get; set; }
Property Value
SEMANTIC_ACTION_REPLY
public static int SEMANTIC_ACTION_REPLY { get; set; }
Property Value
SEMANTIC_ACTION_THUMBS_DOWN
public static int SEMANTIC_ACTION_THUMBS_DOWN { get; set; }
Property Value
SEMANTIC_ACTION_THUMBS_UP
public static int SEMANTIC_ACTION_THUMBS_UP { get; set; }
Property Value
SEMANTIC_ACTION_UNMUTE
public static int SEMANTIC_ACTION_UNMUTE { get; set; }
Property Value
actionIntent
public PendingIntent actionIntent { get; set; }
Property Value
icon
[Obsolete("Deprecated in JVM")]
public int icon { get; set; }
Property Value
title
public CharSequence title { get; set; }
Property Value
Methods
Clone()
public Notification.Action Clone()
Returns
CreatePoolableInstance(int, CharSequence, PendingIntent)
HPA initializer for Action(int arg0, Java.Lang.CharSequence arg1, Android.App.PendingIntent arg2)
public static Notification.Action CreatePoolableInstance(int arg0, CharSequence arg1, PendingIntent arg2)
Parameters
arg0intarg1CharSequencearg2PendingIntent
Returns
DescribeContents()
public int DescribeContents()
Returns
GetAllowGeneratedReplies()
public bool GetAllowGeneratedReplies()
Returns
GetDataOnlyRemoteInputs()
public RemoteInput[] GetDataOnlyRemoteInputs()
Returns
GetExtras()
public Bundle GetExtras()
Returns
GetIcon()
public Icon GetIcon()
Returns
GetRemoteInputs()
public RemoteInput[] GetRemoteInputs()
Returns
GetSemanticAction()
public int GetSemanticAction()
Returns
IsAuthenticationRequired()
public bool IsAuthenticationRequired()
Returns
IsContextual()
public bool IsContextual()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)