# Enum: com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent.Type

Event categories emitted by Dex decompilers.

## Constant: BUILT_STRING
Description: A string value was built dynamically.

## Constant: DECRYPTED_BYTES
Description: Encrypted bytes were decrypted.

## Constant: DECRYPTED_STRING
Description: An encrypted string was decrypted.

## Constant: MESSAGE
Description: An informational message was emitted.

## Constant: UNREFLECTED_FIELD_READ
Description: A reflective field read was resolved.

## Constant: UNREFLECTED_FIELD_WRITE
Description: A reflective field write was resolved.

## Constant: UNREFLECTED_INVOCATION
Description: A reflective method invocation was resolved.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent.Type`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent.Type[]`


