|
|
@@ -58,14 +58,14 @@ public class Event {
|
|
|
public static final int DELETE = 30;
|
|
|
public static final int MEMBER_DELETE_COMPLETED = 31;
|
|
|
public static final int MEMBER_DELETE_ERROR = 32;
|
|
|
-
|
|
|
+ public static final int TUTORIAL_END = 33;
|
|
|
|
|
|
@Retention(RetentionPolicy.SOURCE)
|
|
|
@IntDef({
|
|
|
NONE, CLICK, BACK, SIGN_UP, LOGIN, CHECK, UNCHECK, JOINED, TUTORIAL_LEFT, TUTORIAL_RIGHT,
|
|
|
RETRY, INPUT_PIN, NETWORK_CONNECTED, CHANGED, INIT, DETAIL, ERROR, UNLOCK, RESET,
|
|
|
SUCCESS, FAIL, CANCEL, EMAIL_CLICK, SPECIAL_CODE_CLICK, CONFIRM, RESULT, FAQ, DELETE,
|
|
|
- MEMBER_DELETE_COMPLETED, MEMBER_DELETE_ERROR,
|
|
|
+ MEMBER_DELETE_COMPLETED, MEMBER_DELETE_ERROR, TUTORIAL_END,
|
|
|
})
|
|
|
public @interface ID {}
|
|
|
|