Since: API level 38
public class

SecureLogConfig

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.zt.config.securelog.SecureLogConfig

Class Overview

This class defines an interface named SecureLogConfig.

Since
API level 38
KNOX 3.11

Summary

Nested Classes
@interface SecureLogConfig.SecureLogConfigType Secure log configuration key definition value. 
Constants
String CONFIG_SIGNAL The configuration of signals.
String ENABLE_SIGNAL The signal names to be enabled.
String PUSH_LEVEL The level of signals to be pushed.
Public Constructors
SecureLogConfig()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONFIG_SIGNAL

Since: API level 38

The configuration of signals.
It has the json type value which is json consists of SignalConfig.ConfigSignalType.
One of the constant values defined in SecureLogConfig.SecureLogConfigType.

Since
API level 38
KNOX 3.11
Constant Value: "configSignal"

public static final String ENABLE_SIGNAL

Since: API level 38

The signal names to be enabled.
It has a string array composed of SignalName as a value.
One of the constant values defined in SecureLogConfig.SecureLogConfigType.

Since
API level 38
KNOX 3.11
Constant Value: "enableSignal"

public static final String PUSH_LEVEL

Since: API level 38

The level of signals to be pushed.
It has a string composed of SignalSeverity as a value.
One of the constant values defined in SecureLogConfig.SecureLogConfigType.

Since
API level 38
KNOX 3.11
Constant Value: "pushLevel"

Public Constructors

public SecureLogConfig ()

Since: API level 38