public static interface CaptainUpUIEvents.OnClick
Modifier and Type | Field and Description |
---|---|
static int |
ALL_ONCLICK_EVENTS
Use this constant if you want to listen to all of the On Click events.
|
static int |
CLOSE_PROFILE
The user closed the Captain Up Profile Activity.
|
static int |
OPEN_PROFILE
The user tapped the Captain Up Profile button and opened his\her profile.
|
static int |
TAB_ACHIEVED_BADGES
The user switched to the "Achieved Badges" section of the Captain Up Profile.
|
static int |
TAB_IN_PROGRESS_BADGES
The user switched to the "In Progress Badges" section of the Captain Up Profile.
|
static int |
TAB_LEADERBOARD
The user switched to the "Leaderboard" section of the Captain Up Profile.
|
static int |
USER_ON_LEADERBOARD
The user tapped on another user from within the All Time Leaderboard on the Profile Activity.
|
static final int OPEN_PROFILE
static final int CLOSE_PROFILE
static final int USER_ON_LEADERBOARD
static final int TAB_LEADERBOARD
static final int TAB_IN_PROGRESS_BADGES
static final int TAB_ACHIEVED_BADGES
static final int ALL_ONCLICK_EVENTS