Package | impression.events |
Class | public class LocationChangeRequestTypes |
Inheritance | LocationChangeRequestTypes ![]() |
Property | Defined 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 |
DISPLAY_RANGE | property |
public static var DISPLAY_RANGE:String = displayRange
The request is to change the location to a specific range of content.
JUMP | property |
public static var JUMP:String = jump
The request is to change the location within the current/primary lesson flow.
OTHER | property |
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.
REMEDIATE | property |
public static var REMEDIATE:String = remediate
The request is to change the location as part of a remediation strategy.
RETURN | property |
public static var RETURN:String = return
The request is to change the location and return to the previous lesson flow.
SEQUENCE | property |
public static var SEQUENCE:String = sequence
The request is to change the location as part of a sequence.
UNKNOWN | property |
public static var UNKNOWN:String
The type of change request is not known or specified.