Android SDK 버전


public final class GateKeeper
Field Summary
Modifier and TypeFieldDescription
private final Stringname
private final Booleanvalue
Constructor Summary
ConstructorDescription
GateKeeper(String name, Boolean value)
Method Summary
Modifier and TypeMethodDescription
final StringgetName()
final BooleangetValue()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

GateKeeper

GateKeeper(String name, Boolean value)
Method Detail

getName

 final StringgetName()

getValue

 final BooleangetValue()