You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mediation/gma_mediation_applovin/android/src/main/kotlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_applovin/AppLovinSDKApi.g.kt
+59-75Lines changed: 59 additions & 75 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
// Autogenerated from Pigeon (v17.1.2), do not edit directly.
1
+
// Autogenerated from Pigeon (v22.7.2), do not edit directly.
* The generated classes set the channels to call the methods in the corresponding kotlin AppLovinSDKApi interface and swift AppLovinSDKApi protocol from the dart layer.
55
+
* The generated classes set the channels to call the methods in the corresponding kotlin
56
+
* AppLovinSDKApi interface and swift AppLovinSDKApi protocol from the dart layer.
47
57
*
48
58
* Generated interface from Pigeon that represents a handler of messages from Flutter.
49
59
*/
50
60
interfaceAppLovinSDKApi {
51
61
/** Used to configure GDPR consent on the Android or iOS AppLovin SDK */
52
62
funsetHasUserConsent(hasUserConsent:Boolean)
53
-
/** Used to acknowledge that the user is in an age-restricted category on the Android or iOS AppLovin SDK */
/** Used to opt out of the sale of personal information in AppLovin SDK. */
56
65
funsetDoNotSell(doNotSell:Boolean)
57
-
/** Used to initialize the Android or iOS AppLovin SDK. Can be called anytime before the adapter initialization to let AppLovin track events as soon as possible. */
58
-
funinitializeSdk(sdkKey:String)
59
66
60
67
companionobject {
61
68
/** The codec used by AppLovinSDKApi. */
62
-
val codec:MessageCodec<Any?> by lazy {
63
-
StandardMessageCodec()
64
-
}
69
+
val codec:MessageCodec<Any?> by lazy { AppLovinSDKApiPigeonCodec() }
70
+
65
71
/** Sets up an instance of `AppLovinSDKApi` to handle messages through the `binaryMessenger`. */
Copy file name to clipboardExpand all lines: packages/mediation/gma_mediation_applovin/android/src/main/kotlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_applovin/GmaMediationApplovinPlugin.kt
Copy file name to clipboardExpand all lines: packages/mediation/gma_mediation_applovin/android/src/test/kotlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_applovin/GmaMediationApplovinPluginTest.kt
0 commit comments