OGPlayer React Native SDK
    Preparing search index...

    Interface CustomActionConfig

    A host icon button in the player's top-end control row (icon-only, max 8). iconName is a native drawable/asset name in the APP (e.g. a file in android/app/src/main/res/drawable/). Taps arrive via onCustomAction.

    interface CustomActionConfig {
        accessibilityLabel?: string;
        iconName: string;
    }
    Index
    accessibilityLabel?: string
    iconName: string