public static class

Profile.Type

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

Class Overview

A Profile type

Summary

Constants
int CONDITIONAL Profile type which represents a conditional Profile
int TOGGLE Profile type which represents a toggle Profile
Public Constructors
Profile.Type()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CONDITIONAL

added in API level 2

Profile type which represents a conditional Profile

Constant Value: 1 (0x00000001)

public static final int TOGGLE

added in API level 2

Profile type which represents a toggle Profile

Constant Value: 0 (0x00000000)

Public Constructors

public Profile.Type ()

added in API level 2