Skip to content

Commit

Permalink
add signature for method initWithContentRating
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanhhere authored Apr 24, 2020
1 parent caaad6d commit b303386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admob/ios/src/godotAdmob.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class GodotAdmob : public Reference {
public:

void init(bool isReal, int instanceId);
void initWithContentRating(bool isReal, int instanceId, bool child_directed, bool is_personalized, const String &max_ad_content_rate);
void loadBanner(const String &bannerId, bool isOnTop);
void showBanner();
void hideBanner();
Expand Down

0 comments on commit b303386

Please sign in to comment.