react-native-firework-sdk
    Preparing search index...

    Interface VideoPlayerLogoConfiguration

    interface VideoPlayerLogoConfiguration {
        encodedId?: string;
        isClickable?: boolean;
        option: VideoPlayerLogoOption;
    }
    Index

    Properties

    encodedId?: string

    Specifies the logo encoding id. Required when option is 'creator' or 'channelAggregator'. Only supported on iOS.

    isClickable?: boolean

    Specifies whether the logo is tappable and can open the details page. Defaults to true. Only supported on iOS.

    Specifies the logo type. Defaults to 'disabled'. Only supported on iOS.