{
  "api": {
    "name": "AppReviewPlugin",
    "slug": "appreviewplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "openAppStore",
        "signature": "(options?: OpenAppStoreOptions | undefined) => Promise<void>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "OpenAppStoreOptions | undefined"
          }
        ],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "6.0.0"
          }
        ],
        "docs": "Open the App Store page for the current app and, if possible, open the dialog to leave a review.\n\nOnly available on Android and iOS.",
        "complexTypes": [
          "OpenAppStoreOptions"
        ],
        "slug": "openappstore"
      },
      {
        "name": "requestReview",
        "signature": "() => Promise<void>",
        "parameters": [],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "6.0.0"
          }
        ],
        "docs": "Request an in-app review.\n\n**Attention**: On iOS, review requests are limited to 3 requests per year.\n\nOnly available on Android and iOS (14+).",
        "complexTypes": [],
        "slug": "requestreview"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "OpenAppStoreOptions",
      "slug": "openappstoreoptions",
      "docs": "",
      "tags": [
        {
          "text": "6.0.1",
          "name": "since"
        }
      ],
      "methods": [],
      "properties": [
        {
          "name": "appId",
          "tags": [
            {
              "text": "6.0.1",
              "name": "since"
            },
            {
              "text": "123456789",
              "name": "example"
            }
          ],
          "docs": "The app ID of the app to open in the App Store.\n\nOn **iOS**, this is the Apple ID of your app (e.g. `123456789`).\nYou can find the ID in the URL of your app store entry\n(e.g. `https://apps.apple.com/app/id123456789`).\n\nOnly available on iOS.",
          "complexTypes": [],
          "type": "string"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}