public static class

Profile.TriggerType

extends Object
java.lang.Object
   ↳ lineageos.app.Profile.TriggerType

Class Overview

Available trigger types on the device, usually hardware

Summary

Constants
int BLUETOOTH Represents a Bluetooth trigger type
int WIFI Represents a WiFi trigger type
Public Constructors
Profile.TriggerType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BLUETOOTH

added in API level 2

Represents a Bluetooth trigger type

Constant Value: 1 (0x00000001)

public static final int WIFI

added in API level 2

Represents a WiFi trigger type

Constant Value: 0 (0x00000000)

Public Constructors

public Profile.TriggerType ()

added in API level 2