Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit 1993291

Browse files
Lizard-134ian
authored andcommitted
Expose the AdMob application ID option (#7)
1 parent 3bfcfbe commit 1993291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Bindings/Bindings.idl

+2
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ interface Project {
271271
[Const, Ref] DOMString GetPackageName();
272272
void SetOrientation([Const] DOMString orientation);
273273
[Const, Ref] DOMString GetOrientation();
274+
void SetAdMobAppId([Const] DOMString adMobAppId);
275+
[Const, Ref] DOMString GetAdMobAppId();
274276
void SetProjectFile([Const] DOMString file);
275277
[Const, Ref] DOMString GetProjectFile();
276278
void SetDefaultWidth(long width);

0 commit comments

Comments
 (0)