Skip to content

Instantly share code, notes, and snippets.

@veetaw
Created June 24, 2019 15:20
Show Gist options
  • Save veetaw/cbc75068863b0f8742050274db692ee2 to your computer and use it in GitHub Desktop.
Save veetaw/cbc75068863b0f8742050274db692ee2 to your computer and use it in GitHub Desktop.
getBannerAdUnitId() function
String getBannerAdUnitId() {
if (Platform.isIOS) {
return 'ca-app-pub-3940256099942544/2934735716';
} else if (Platform.isAndroid) {
return 'ca-app-pub-3940256099942544/6300978111';
}
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment