Report.Send
Send a report message
Parameter | Description |
---|---|
eventType | Type/category of event |
objectType | What kind of object we’re tracking |
objectId | An identifier for the specific instance of this object |
Send a report message with xAPI data
Parameter | Description |
---|---|
eventType | Type/category of event |
objectType | What kind of object we’re tracking |
objectId | An identifier for the specific instance of this object |
xApiData | xAPI data |
Report an action
Parameter | Description |
---|---|
verb | What was done |
object | Subject of the action |
Report an action with result information
Parameter | Description |
---|---|
verb | What was done |
object | Subject of the action |
result | Result information |
public static void Send(Result result)
Report result information
Parameter | Description |
---|---|
result | Result information |