overwolf.profile.subscriptions.getDetailedActivePlans
Overwolf APIs / overwolf / overwolf / profile / subscriptions / getDetailedActivePlans
function getDetailedActivePlans(
callback: CallbackFunction<GetDetailedActivePlansResult>,
): void;
Returns more details about all the active subscriptions for the calling extension via callback.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetDetailedActivePlansResult> | Returns an array of active plans, or an error. |
Returns
void