CLSContextType Enum

Definition

Enumerates curriculum units.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CLSContextType
type CLSContextType = 
Inheritance
CLSContextType
Attributes

Fields

App 1

Indicates an app context.

Audio 14

Indicates a context for audio material.

Book 11

Indicates a context for a book.

Challenge 7

Indicates a context for a challenge.

Chapter 2

Indicates a context for chapter.

Document 13

Indicates a context for a document.

Exercise 9

Indicates a context for an exercise

Game 12

Indicates a context for a game.

Lesson 10

Indicates a context for a lesson.

Level 4

Indicates a context for level.

None 0

Indicates no context type.

Page 5

Indicates a context for a page.

Quiz 8

Indicates a context for a quiz.

Section 3

Indicates a context for a section.

Task 6

Indicates a context for a task.

Video 15

Indicates a context for a video.

Applies to