OGPlayer React Native SDK
    Preparing search index...

    Interface FeedRailAction

    One host action on the feed's right rail (max 6). iconName is a native drawable/asset name in the APP (e.g. a file in android/app/src/main/res/drawable/). Taps arrive via onRailAction.

    interface FeedRailAction {
        accessibilityLabel?: string;
        iconName: string;
        isActive?: boolean;
        label?: string;
    }
    Index
    accessibilityLabel?: string
    iconName: string
    isActive?: boolean
    label?: string