{
  "api": {
    "name": "WelcomeSoundPlugin",
    "slug": "welcomesoundplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "enable",
        "signature": "(options?: EnableOptions | undefined) => any",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "EnableOptions | undefined"
          }
        ],
        "returns": "any",
        "tags": [
          {
            "name": "since",
            "text": "1.0.0"
          }
        ],
        "docs": "Enable playing sound on app start",
        "complexTypes": [
          "EnableOptions"
        ],
        "slug": "enable"
      },
      {
        "name": "disable",
        "signature": "() => any",
        "parameters": [],
        "returns": "any",
        "tags": [
          {
            "name": "since",
            "text": "1.0.0"
          }
        ],
        "docs": "Disable playing sound on app start",
        "complexTypes": [],
        "slug": "disable"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "EnableOptions",
      "slug": "enableoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "fileName",
          "tags": [
            {
              "text": "1.0.0",
              "name": "since"
            }
          ],
          "docs": "Filename of sound",
          "complexTypes": [],
          "type": "string | undefined"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": [
    {
      "name": "WelcomeSound",
      "slug": "welcomesound",
      "properties": [
        {
          "name": "fileName",
          "tags": [
            {
              "text": "welcome.aac",
              "name": "default"
            },
            {
              "text": "startup.mp3",
              "name": "example"
            }
          ],
          "docs": "Configure of the sound filename from startup.\n\nOnly available for Android and iOS.",
          "complexTypes": [],
          "type": "string | undefined"
        }
      ],
      "docs": "These configuration values are available:"
    }
  ]
}