Class Overview
This class defines an interface named SecureLogConfig.
Summary
Nested Classes |
@interface |
SecureLogConfig.SecureLogConfigType |
Secure log configuration key definition value. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
String
CONFIG_SIGNAL
Since: API level 38
Constant Value:
"configSignal"
public
static
final
String
ENABLE_SIGNAL
Since: API level 38
Constant Value:
"enableSignal"
public
static
final
String
PUSH_LEVEL
Since: API level 38
Constant Value:
"pushLevel"
Public Constructors
public
SecureLogConfig
()