Package apple.classkit.enums
Class CLSContextType
- java.lang.Object
-
- apple.classkit.enums.CLSContextType
-
public final class CLSContextType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAppReserved for the main app contextstatic longAudiostatic longBookstatic longChallengestatic longChapterstatic longCoursestatic longCustomstatic longDocumentstatic longExercisestatic longGamestatic longLessonstatic longLevelstatic longNonestatic longPagestatic longQuizstatic longSectionstatic longTaskstatic longVideo
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
App
public static final long App
Reserved for the main app context- See Also:
- Constant Field Values
-
Chapter
public static final long Chapter
- See Also:
- Constant Field Values
-
Section
public static final long Section
- See Also:
- Constant Field Values
-
Level
public static final long Level
- See Also:
- Constant Field Values
-
Page
public static final long Page
- See Also:
- Constant Field Values
-
Task
public static final long Task
- See Also:
- Constant Field Values
-
Challenge
public static final long Challenge
- See Also:
- Constant Field Values
-
Quiz
public static final long Quiz
- See Also:
- Constant Field Values
-
Exercise
public static final long Exercise
- See Also:
- Constant Field Values
-
Lesson
public static final long Lesson
- See Also:
- Constant Field Values
-
Book
public static final long Book
- See Also:
- Constant Field Values
-
Game
public static final long Game
- See Also:
- Constant Field Values
-
Document
public static final long Document
- See Also:
- Constant Field Values
-
Audio
public static final long Audio
- See Also:
- Constant Field Values
-
Video
public static final long Video
- See Also:
- Constant Field Values
-
Course
public static final long Course
- See Also:
- Constant Field Values
-
Custom
public static final long Custom
- See Also:
- Constant Field Values
-
-