Class NotificationListenerService.Ranking
- Namespace
- Android.Service.Notification
- Assembly
- MASES.Netdroid.dll
public class NotificationListenerService.Ranking : JVMBridgeBase<NotificationListenerService.Ranking>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseNotificationListenerService.Ranking
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<NotificationListenerService.Ranking>.IsAssignableFrom(IJavaType)JVMBridgeBase<NotificationListenerService.Ranking>.IsAssignableFrom<T>()JVMBridgeBase<NotificationListenerService.Ranking>.Execute<T>(params T[])JVMBridgeBase<NotificationListenerService.Ranking>.DynBridgeClazzJVMBridgeBase<NotificationListenerService.Ranking>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Ranking()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Ranking()
Ranking(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public Ranking(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
USER_SENTIMENT_NEGATIVE
public static int USER_SENTIMENT_NEGATIVE { get; }
Property Value
USER_SENTIMENT_NEUTRAL
public static int USER_SENTIMENT_NEUTRAL { get; }
Property Value
USER_SENTIMENT_POSITIVE
public static int USER_SENTIMENT_POSITIVE { get; }
Property Value
VISIBILITY_NO_OVERRIDE
public static int VISIBILITY_NO_OVERRIDE { get; }
Property Value
Methods
CanBubble()
public bool CanBubble()
Returns
CanShowBadge()
public bool CanShowBadge()
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()