CLSContextType
The kinds of assignable content a context can contain.
Declaration
enum CLSContextTypeOverview
When you initialize a new context with init(type:identifier:title:), you specify its type to provide an indication of how your content is structured. The type doesn’t affect the context’s behavior, but it does provide an important indicator to teachers trying to understand your app’s content.
Topics
Context Types
CLSContextType.appCLSContextType.audioCLSContextType.bookCLSContextType.challengeCLSContextType.chapterCLSContextType.courseCLSContextType.customCLSContextType.documentCLSContextType.exerciseCLSContextType.gameCLSContextType.lessonCLSContextType.levelCLSContextType.noneCLSContextType.pageCLSContextType.quizCLSContextType.sectionCLSContextType.taskCLSContextType.video