Table of Contents

Class TileService

Namespace
Android.Service.Quicksettings
Assembly
MASES.Netdroid.dll
public class TileService : Service, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TileService
Implements
Inherited Members
Extension Methods

Constructors

TileService()

public TileService()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACTION_QS_TILE

public static String ACTION_QS_TILE { get; set; }

Property Value

String

ACTION_QS_TILE_PREFERENCES

public static String ACTION_QS_TILE_PREFERENCES { get; set; }

Property Value

String

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

META_DATA_ACTIVE_TILE

public static String META_DATA_ACTIVE_TILE { get; set; }

Property Value

String

META_DATA_TOGGLEABLE_TILE

public static String META_DATA_TOGGLEABLE_TILE { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for TileService()

public static TileService CreatePoolableInstance()

Returns

TileService

GetQsTile()

public Tile GetQsTile()

Returns

Tile

Tile

IsLocked()

public bool IsLocked()

Returns

bool

bool

IsSecure()

public bool IsSecure()

Returns

bool

bool

OnClick()

public void OnClick()

OnStartListening()

public void OnStartListening()

OnStopListening()

public void OnStopListening()

OnTileAdded()

public void OnTileAdded()

OnTileRemoved()

public void OnTileRemoved()

RequestListeningState(Context, ComponentName)

public static void RequestListeningState(Context arg0, ComponentName arg1)

Parameters

arg0 Context

Context

arg1 ComponentName

ComponentName

ShowDialog(Dialog)

public void ShowDialog(Dialog arg0)

Parameters

arg0 Dialog

Dialog

StartActivityAndCollapse(PendingIntent)

public void StartActivityAndCollapse(PendingIntent arg0)

Parameters

arg0 PendingIntent

PendingIntent

StartActivityAndCollapse(Intent)

[Obsolete("Deprecated in JVM")]
public void StartActivityAndCollapse(Intent arg0)

Parameters

arg0 Intent

Intent

UnlockAndRun(Runnable)

public void UnlockAndRun(Runnable arg0)

Parameters

arg0 Runnable

Runnable