기능 플래그 결정
IsFeatureOn
// 기능 키가 42인 기능 플래그에서 사용자의 상태를 결정합니다.
// 결정하지 못하는 상황인 경우 false(꺼짐 상태)를 반환합니다.
bool isFeatureOn = hackle.IsFeatureOn(42);
if (isFeatureOn) {
// ON 기능
} else {
// OFF 기능
}FeatureFlagDetail
결정 사유
설명
분배 결과
기능 플래그 파라미터
GetString
GetInt
GetDouble
GetLong
GetBoolean
마지막 업데이트