Since: API level 34
public static final enum

KnoxAiSession.DataType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.ex.knoxAI.KnoxAiSession.DataType

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Class Overview

The data types, used for DataBuffer.

Since
API level 34
KNOX 3.7.1

Summary

Enum Values
KnoxAiSession.DataType  BYTE  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiSession.DataType  FLOAT16  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiSession.DataType  FLOAT32  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiSession.DataType  INT64  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiSession.DataType  SEQUENCE_MAP  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiSession.DataType  STRING  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
Public Methods
byte getValue()
Deprecated in API level 37
NOTE: This Class is not available since Android 15.
static KnoxAiSession.DataType valueOf(String name)
final static DataType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final KnoxAiSession.DataType BYTE

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 35
KNOX 3.8

public static final KnoxAiSession.DataType FLOAT16

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 35
KNOX 3.8

public static final KnoxAiSession.DataType FLOAT32

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiSession.DataType INT64

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 35
KNOX 3.8

public static final KnoxAiSession.DataType SEQUENCE_MAP

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 35
KNOX 3.8

public static final KnoxAiSession.DataType STRING

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 35
KNOX 3.8

Public Methods

public byte getValue ()

Since: API level 34

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

To retrieve the byte value.

Since
API level 34
KNOX 3.7.1

public static KnoxAiSession.DataType valueOf (String name)

Since: API level 36

public static final DataType[] values ()

Since: API level 36