overwolf.profile.subscriptions.inapp.show
Overwolf APIs / overwolf / overwolf / profile / subscriptions / inapp / show
function show(planId: number, theme: string): void;
Shows the in-app subscription page as a modal window on top of the current window.
Parameters
| Parameter | Type | Description |
|---|---|---|
planId | number | The plan Id to display. |
theme | string | Optional. "Dark" or "Light. If not defined, the default is light. |
Returns
void