コード例 #1
0
 private static extern void RequestConsentInfoUpdate(string appodealAppKey,
                                                     ConsentInfoUpdatedCallback onConsentInfoUpdated,
                                                     ConsentInfoUpdatedFailedCallback onFailedToUpdateConsentInfo);
コード例 #2
0
 public static void requestConsentInfoUpdate(string appodealAppKey,
                                             ConsentInfoUpdatedCallback onConsentInfoUpdated,
                                             ConsentInfoUpdatedFailedCallback onFailedToUpdateConsentInfo)
 {
     RequestConsentInfoUpdate(appodealAppKey, onConsentInfoUpdated, onFailedToUpdateConsentInfo);
 }