public interface OnboardingStore
Modifier and Type | Field and Description |
---|---|
static String |
FIRST_USE_FLOW_COMPLETED |
static String |
FIRST_USE_FLOW_CURRENT_SEQUENCE |
static String |
FIRST_USE_FLOW_RESOLVED
Set as true whenever the onboarding flow was evaluated and skipped for the current user (therefore resolved).
|
static String |
STARTED_FLOW_KEY |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(ApplicationUser user,
String key) |
String |
getString(ApplicationUser user,
String key) |
boolean |
isSet(ApplicationUser user,
String key) |
void |
setBoolean(ApplicationUser user,
String key,
boolean value) |
void |
setString(ApplicationUser user,
String key,
String value) |
static final String STARTED_FLOW_KEY
static final String FIRST_USE_FLOW_RESOLVED
static final String FIRST_USE_FLOW_COMPLETED
static final String FIRST_USE_FLOW_CURRENT_SEQUENCE
boolean isSet(ApplicationUser user, String key)
void setBoolean(ApplicationUser user, String key, boolean value)
boolean getBoolean(ApplicationUser user, String key)
void setString(ApplicationUser user, String key, String value)
String getString(ApplicationUser user, String key)
Copyright © 2002-2018 Atlassian. All Rights Reserved.