Table of Contents

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
JVMBridgeBase
NotificationListenerService.Ranking
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<NotificationListenerService.Ranking>.IsAssignableFrom(IJavaType)
JVMBridgeBase<NotificationListenerService.Ranking>.IsAssignableFrom<T>()
JVMBridgeBase<NotificationListenerService.Ranking>.Execute<T>(params T[])
JVMBridgeBase<NotificationListenerService.Ranking>.DynBridgeClazz
JVMBridgeBase<NotificationListenerService.Ranking>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

USER_SENTIMENT_NEGATIVE

public static int USER_SENTIMENT_NEGATIVE { get; }

Property Value

int

USER_SENTIMENT_NEUTRAL

public static int USER_SENTIMENT_NEUTRAL { get; }

Property Value

int

USER_SENTIMENT_POSITIVE

public static int USER_SENTIMENT_POSITIVE { get; }

Property Value

int

VISIBILITY_NO_OVERRIDE

public static int VISIBILITY_NO_OVERRIDE { get; }

Property Value

int

Methods

CanBubble()

public bool CanBubble()

Returns

bool

bool

CanShowBadge()

public bool CanShowBadge()

Returns

bool

bool

GetChannel()

public NotificationChannel GetChannel()

Returns

NotificationChannel

NotificationChannel

GetConversationShortcutInfo()

public ShortcutInfo GetConversationShortcutInfo()

Returns

ShortcutInfo

ShortcutInfo

GetImportance()

public int GetImportance()

Returns

int

int

GetImportanceExplanation()

public CharSequence GetImportanceExplanation()

Returns

CharSequence

CharSequence

GetKey()

public String GetKey()

Returns

String

String

GetLastAudiblyAlertedMillis()

public long GetLastAudiblyAlertedMillis()

Returns

long

long

GetLockscreenVisibilityOverride()

public int GetLockscreenVisibilityOverride()

Returns

int

int

GetOverrideGroupKey()

public String GetOverrideGroupKey()

Returns

String

String

GetRank()

public int GetRank()

Returns

int

int

GetSmartActions()

public List<Notification.Action> GetSmartActions()

Returns

List<Notification.Action>

List

GetSmartReplies()

public List<CharSequence> GetSmartReplies()

Returns

List<CharSequence>

List

GetSuppressedVisualEffects()

public int GetSuppressedVisualEffects()

Returns

int

int

GetUserSentiment()

public int GetUserSentiment()

Returns

int

int

IsAmbient()

public bool IsAmbient()

Returns

bool

bool

IsConversation()

public bool IsConversation()

Returns

bool

bool

IsSuspended()

public bool IsSuspended()

Returns

bool

bool

MatchesInterruptionFilter()

public bool MatchesInterruptionFilter()

Returns

bool

bool