Class NotificationListenerService.Ranking
- Namespace
- Android.Service.Notification
- Assembly
- MASES.Netdroid.dll
public class NotificationListenerService.Ranking : JVMBridgeBase<NotificationListenerService.Ranking>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
NotificationListenerService.Ranking
- Implements
- Extension Methods
Constructors
Ranking()
public Ranking()
Ranking(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 Ranking(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
USER_SENTIMENT_NEGATIVE
public static int USER_SENTIMENT_NEGATIVE { get; set; }
Property Value
USER_SENTIMENT_NEUTRAL
public static int USER_SENTIMENT_NEUTRAL { get; set; }
Property Value
USER_SENTIMENT_POSITIVE
public static int USER_SENTIMENT_POSITIVE { get; set; }
Property Value
VISIBILITY_NO_OVERRIDE
public static int VISIBILITY_NO_OVERRIDE { get; set; }
Property Value
Methods
CanBubble()
public bool CanBubble()
Returns
CanShowBadge()
public bool CanShowBadge()
Returns
CreatePoolableInstance()
HPA initializer for Ranking()
public static NotificationListenerService.Ranking CreatePoolableInstance()
Returns
GetChannel()
public NotificationChannel GetChannel()
Returns
GetConversationShortcutInfo()
public ShortcutInfo GetConversationShortcutInfo()
Returns
GetImportance()
public int GetImportance()
Returns
GetImportanceExplanation()
public CharSequence GetImportanceExplanation()
Returns
GetKey()
public String GetKey()
Returns
GetLastAudiblyAlertedMillis()
public long GetLastAudiblyAlertedMillis()
Returns
GetLockscreenVisibilityOverride()
public int GetLockscreenVisibilityOverride()
Returns
GetOverrideGroupKey()
public String GetOverrideGroupKey()
Returns
GetRank()
public int GetRank()
Returns
GetSmartActions()
public List<Notification.Action> GetSmartActions()
Returns
GetSmartReplies()
public List<CharSequence> GetSmartReplies()
Returns
GetSuppressedVisualEffects()
public int GetSuppressedVisualEffects()
Returns
GetUserSentiment()
public int GetUserSentiment()
Returns
IsAmbient()
public bool IsAmbient()
Returns
IsConversation()
public bool IsConversation()
Returns
IsSuspended()
public bool IsSuspended()
Returns
MatchesInterruptionFilter()
public bool MatchesInterruptionFilter()