overwolf.games.inputtracking.getMatchActivityInformation
Overwolf APIs / overwolf / overwolf / games / inputTracking / getMatchActivityInformation
function getMatchActivityInformation(
callback: CallbackFunction<GetActivityResult>,
): void;
Returns the input activity information (similar to
getActivityInformation). However, when this is supported, it will return
data only for the latestmatch of the current game
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetActivityResult> | A callback with the activity information. |
Returns
void