Packageimpression.events
Classpublic class LocationChangeRequestTypes
InheritanceLocationChangeRequestTypes Inheritance Object

The LocationChangeRequestTypes class provides static constants for the requestType property of a LocationChangeRequestEvent.



Public Properties
 PropertyDefined By
  DISPLAY_RANGE : String = displayRange
[static] The request is to change the location to a specific range of content.
LocationChangeRequestTypes
  JUMP : String = jump
[static] The request is to change the location within the current/primary lesson flow.
LocationChangeRequestTypes
  OTHER : String = other
[static] The request is to change the location as part of a display strategy not defined by any other LocationChangeRequestTypes constant.
LocationChangeRequestTypes
  REMEDIATE : String = remediate
[static] The request is to change the location as part of a remediation strategy.
LocationChangeRequestTypes
  RETURN : String = return
[static] The request is to change the location and return to the previous lesson flow.
LocationChangeRequestTypes
  SEQUENCE : String = sequence
[static] The request is to change the location as part of a sequence.
LocationChangeRequestTypes
  UNKNOWN : String
[static] The type of change request is not known or specified.
LocationChangeRequestTypes
Property Detail
DISPLAY_RANGEproperty
public static var DISPLAY_RANGE:String = displayRange

The request is to change the location to a specific range of content.

JUMPproperty 
public static var JUMP:String = jump

The request is to change the location within the current/primary lesson flow.

OTHERproperty 
public static var OTHER:String = other

The request is to change the location as part of a display strategy not defined by any other LocationChangeRequestTypes constant.

REMEDIATEproperty 
public static var REMEDIATE:String = remediate

The request is to change the location as part of a remediation strategy.

RETURNproperty 
public static var RETURN:String = return

The request is to change the location and return to the previous lesson flow.

SEQUENCEproperty 
public static var SEQUENCE:String = sequence

The request is to change the location as part of a sequence.

UNKNOWNproperty 
public static var UNKNOWN:String

The type of change request is not known or specified.