Skip to main content

overwolf.windows.mediaplayerelement.toFront

Overwolf APIs / overwolf / overwolf / windows / mediaPlayerElement / toFront

function toFront(id: number, callback: CallbackFunction<Result>): void;

Sends the media player to the front of the window.

Parameters

ParameterTypeDescription
idnumberThe id of the player.
callbackCallbackFunction<Result>A callback function which will be called with the status of the request.

Returns

void