Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom committed May 2, 2024
1 parent 3dcd155 commit f4e43ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class GmaMediationUnityPlugin: FlutterPlugin, ActivityAware, UnityPrivacyApi {
}
}

/** Wrapper singleton to enable mocking of [MetaData] class for unit testing. */
object UnityApiWrapper {
@JvmStatic
fun createMetaData(context: Context) = MetaData(context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import 'package:gma_mediation_unity/unity_privacy_api.g.dart';

/// This class has entrypoint to call DT Exchange's SDK APIs.
/// This class has entrypoint to call Unity's SDK APIs.
class GmaMediationUnity {
Future<void> setGDPRConsent(bool gdprConsent) async {
UnityPrivacyApi().setGDPRConsent(gdprConsent);
Expand Down

0 comments on commit f4e43ca

Please sign in to comment.