Since: API level 33
public static final enum

ActivationInfo.State

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.license.ActivationInfo.State

Class Overview

Enum representing activation state. Note that in case of extension of expired licenses the state will only be changed after next license validation.

Since
API level 33
KNOX 3.7

Summary

Enum Values
ActivationInfo.State  ACTIVE  Indicates that the given activation is active. 
ActivationInfo.State  EXPIRED  Indicates that the given activation is expired. 
ActivationInfo.State  TERMINATED  Indicates that the given activation is terminated. 
Public Methods
static ActivationInfo.State valueOf(String name)
final static State[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ActivationInfo.State ACTIVE

Since: API level

Indicates that the given activation is active.

Since
API level 33
KNOX 3.7

public static final ActivationInfo.State EXPIRED

Since: API level

Indicates that the given activation is expired.

Since
API level 33
KNOX 3.7

public static final ActivationInfo.State TERMINATED

Since: API level

Indicates that the given activation is terminated.

Since
API level 33
KNOX 3.7

Public Methods

public static ActivationInfo.State valueOf (String name)

Since: API level 33

public static final State[] values ()

Since: API level 33