appodeal / appodeal-cordova-plugin

Appodeal Cordova Plugin
https://www.appodeal.com
19 stars 33 forks source link

new methods explain ? #44

Open matrixreal opened 6 years ago

matrixreal commented 6 years ago

Hi, can anyone explain us what does thoses calls ? thanks

    Appodeal.setLogLevel(Appodeal.LogLevel.verbose); // set logging level (none || debug || verbose)
    Appodeal.setTesting(false); // set test mode enabled || disabled
    Appodeal.setBannerAnimation(false);
    Appodeal.setBannerBackground(false);
    Appodeal.setSmartBanners(false);
    Appodeal.set728x90Banners(false);
    Appodeal.setChildDirectedTreatment(false);
    Appodeal.muteVideosIfCallsMuted(true);
    setUserSettings(); // set user data
    Appodeal.setAutoCache(Appodeal.REWARDED_VIDEO, false);
NazarKozak commented 6 years ago

@matrixreal hi! You can check it here, in advanced features section: https://www.appodeal.com/sdk/documentation?framework=9&full=1&platform=1#p_4_5