Table of Contents

Class StatusBarManager

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class StatusBarManager : JVMBridgeBase<StatusBarManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
StatusBarManager
Implements
Extension Methods

Constructors

StatusBarManager(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 StatusBarManager(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

TILE_ADD_REQUEST_ERROR_APP_NOT_IN_FOREGROUND

public static int TILE_ADD_REQUEST_ERROR_APP_NOT_IN_FOREGROUND { get; set; }

Property Value

int

TILE_ADD_REQUEST_ERROR_BAD_COMPONENT

public static int TILE_ADD_REQUEST_ERROR_BAD_COMPONENT { get; set; }

Property Value

int

TILE_ADD_REQUEST_ERROR_MISMATCHED_PACKAGE

public static int TILE_ADD_REQUEST_ERROR_MISMATCHED_PACKAGE { get; set; }

Property Value

int

TILE_ADD_REQUEST_ERROR_NOT_CURRENT_USER

public static int TILE_ADD_REQUEST_ERROR_NOT_CURRENT_USER { get; set; }

Property Value

int

TILE_ADD_REQUEST_ERROR_NO_STATUS_BAR_SERVICE

public static int TILE_ADD_REQUEST_ERROR_NO_STATUS_BAR_SERVICE { get; set; }

Property Value

int

TILE_ADD_REQUEST_ERROR_REQUEST_IN_PROGRESS

public static int TILE_ADD_REQUEST_ERROR_REQUEST_IN_PROGRESS { get; set; }

Property Value

int

TILE_ADD_REQUEST_RESULT_TILE_ADDED

public static int TILE_ADD_REQUEST_RESULT_TILE_ADDED { get; set; }

Property Value

int

TILE_ADD_REQUEST_RESULT_TILE_ALREADY_ADDED

public static int TILE_ADD_REQUEST_RESULT_TILE_ALREADY_ADDED { get; set; }

Property Value

int

TILE_ADD_REQUEST_RESULT_TILE_NOT_ADDED

public static int TILE_ADD_REQUEST_RESULT_TILE_NOT_ADDED { get; set; }

Property Value

int

Methods

CanLaunchCaptureContentActivityForNote(Activity)

public bool CanLaunchCaptureContentActivityForNote(Activity arg0)

Parameters

arg0 Activity

Activity

Returns

bool

bool

RequestAddTileService(ComponentName, CharSequence, Icon, Executor, Consumer<Integer>)

public void RequestAddTileService(ComponentName arg0, CharSequence arg1, Icon arg2, Executor arg3, Consumer<Integer> arg4)

Parameters

arg0 ComponentName

ComponentName

arg1 CharSequence

CharSequence

arg2 Icon

Icon

arg3 Executor

Executor

arg4 Consumer<Integer>

Consumer