Since: API level 36
public static final enum

LicenseResult.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.license.LicenseResult.Type

Class Overview

These constants indicate whether the result refers to a ELM_ACTIVATION, KLM_ACTIVATION or KLM_DEACTIVATION.

Since
API level 35
KNOX 3.8

Summary

Enum Values
LicenseResult.Type  ELM_ACTIVATION  Indicates that this result refers to a Enterprise license activation. 
LicenseResult.Type  KLM_ACTIVATION  Indicates that this result refers to a Knox Enterprise license activation. 
LicenseResult.Type  KLM_DEACTIVATION  Indicates that this result refers to a Knox Enterprise license de-activation. 
LicenseResult.Type  UNDEFINED  Indicates that an unkown error occured during license processing. 
Public Methods
static LicenseResult.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LicenseResult.Type ELM_ACTIVATION

Since: API level

Indicates that this result refers to a Enterprise license activation.

Since
API level 35
KNOX 3.8

public static final LicenseResult.Type KLM_ACTIVATION

Since: API level

Indicates that this result refers to a Knox Enterprise license activation.

Since
API level 35
KNOX 3.8

public static final LicenseResult.Type KLM_DEACTIVATION

Since: API level

Indicates that this result refers to a Knox Enterprise license de-activation.

Since
API level 35
KNOX 3.8

public static final LicenseResult.Type UNDEFINED

Since: API level

Indicates that an unkown error occured during license processing.

Since
API level 35
KNOX 3.8

Public Methods

public static LicenseResult.Type valueOf (String name)

Since: API level 36

public static final Type[] values ()

Since: API level 36