예제 #1
0
 public void initialize(string appKey, int adTypes, bool hasConsent)
 {
     AppodealObjCBridge.AppodealInitialize(appKey, nativeAdTypesForType(adTypes), hasConsent,
                                           Appodeal.getPluginVersion(), Appodeal.getUnityVersion());
 }
예제 #2
0
 public void initialize(string appKey)
 {
     AppodealObjCBridge.AppodealInitialize(appKey);
 }