Advertisement
Tarusov

Untitled

Aug 27th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. private void Initialize()
  2. {
  3. Appodeal.setTesting(false);
  4. Appodeal.disableLocationPermissionCheck();
  5. Appodeal.disableWriteExternalStoragePermissionCheck();
  6. Appodeal.initialize("xxxxx", Appodeal.NON_SKIPPABLE_VIDEO,
  7. PlayerPrefs.GetInt("GDPR_PREFS") == 1);
  8. }
  9.  
  10.  
  11.  
  12. Debug.Log(Appodeal.isPrecache(Appodeal.NON_SKIPPABLE_VIDEO));
  13. Debug.Log(Appodeal.isLoaded(Appodeal.NON_SKIPPABLE_VIDEO));
  14. Appodeal.show(Appodeal.NON_SKIPPABLE_VIDEO);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement