OneSDK
    Preparing search index...
    interface Donation {
        alertDuration: number;
        customAlert: any[];
        enable: number;
        endAnimation: string;
        font: string;
        fontColor: string;
        fontHighlightColor: string;
        fontSize: number;
        fontWeight: number;
        imageSource: ImageSource;
        layout: number;
        message: DoneruConfig.Message;
        messageTemplate: string;
        minAmount: number;
        soundSource: SoundSource;
        soundVolume: number;
        startAnimation: string;
        textAnimation: string;
        tts: Tts;
    }
    Index

    Properties

    alertDuration: number
    customAlert: any[]
    enable: number
    endAnimation: string
    font: string
    fontColor: string
    fontHighlightColor: string
    fontSize: number
    fontWeight: number
    imageSource: ImageSource
    layout: number
    messageTemplate: string
    minAmount: number
    soundSource: SoundSource
    soundVolume: number
    startAnimation: string
    textAnimation: string
    tts: Tts