Skip to content

Commit ce4ea5f

Browse files
committed
Add Test View
1 parent 5df5ac3 commit ce4ea5f

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

787 Bytes
Binary file not shown.

plugins/2018.3326/mac-sim/plugin_appodeal.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ function lib.trackInAppPurchase()
6363
showWarning("appodeal.trackInAppPurchase()")
6464
end
6565

66+
function lib.showTestView()
67+
showWarning("appodeal.showTestView()")
68+
end
69+
70+
6671
-------------------------------------------------------------------------------
6772
-- END
6873
-------------------------------------------------------------------------------

plugins/2018.3326/win32-sim/plugin_appodeal.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ function lib.trackInAppPurchase()
6363
showWarning("appodeal.trackInAppPurchase()")
6464
end
6565

66+
function lib.showTestView()
67+
showWarning("appodeal.showTestView()")
68+
end
69+
70+
6671
-------------------------------------------------------------------------------
6772
-- END
6873
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)