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

    Interface AdBadgeConfiguration

    interface AdBadgeConfiguration {
        androidFontInfo?: AndroidFontInfo;
        backgroundColor?: string;
        badgeTextType?: AdBadgeTextType;
        textColor?: string;
    }
    Index

    Properties

    androidFontInfo?: AndroidFontInfo

    The Android font info of ad badge. The property is ignored when fontSize is not set. Only supported on Android.

    backgroundColor?: string

    The background color of the ad badge. Defaults to #000000 on iOS. Defaults to #5178EE with alpha is 96.5% on Android.

    badgeTextType?: AdBadgeTextType

    The text type of the ad badge. Defaults to sponsored.

    textColor?: string

    The color of the ad badge text. Defaults to #ffffff.