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
initializerIJVMBridgeBaseInitializer
Properties
ACTION_QS_TILE
public static String ACTION_QS_TILE { get; set; }
Property Value
ACTION_QS_TILE_PREFERENCES
public static String ACTION_QS_TILE_PREFERENCES { get; set; }
Property Value
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
META_DATA_ACTIVE_TILE
public static String META_DATA_ACTIVE_TILE { get; set; }
Property Value
META_DATA_TOGGLEABLE_TILE
public static String META_DATA_TOGGLEABLE_TILE { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for TileService()
public static TileService CreatePoolableInstance()
Returns
GetQsTile()
public Tile GetQsTile()
Returns
IsLocked()
public bool IsLocked()
Returns
IsSecure()
public bool IsSecure()
Returns
OnClick()
public void OnClick()
OnStartListening()
public void OnStartListening()
OnStopListening()
public void OnStopListening()
OnTileAdded()
https://developer.android.com/reference/android/service/quicksettings/TileService.html#onTileAdded()
public void OnTileAdded()
OnTileRemoved()
public void OnTileRemoved()
RequestListeningState(Context, ComponentName)
public static void RequestListeningState(Context arg0, ComponentName arg1)
Parameters
arg0Contextarg1ComponentName
ShowDialog(Dialog)
public void ShowDialog(Dialog arg0)
Parameters
StartActivityAndCollapse(PendingIntent)
public void StartActivityAndCollapse(PendingIntent arg0)
Parameters
StartActivityAndCollapse(Intent)
[Obsolete("Deprecated in JVM")]
public void StartActivityAndCollapse(Intent arg0)
Parameters
UnlockAndRun(Runnable)
public void UnlockAndRun(Runnable arg0)