diff --git a/playable_ad/api/mraid.script_api b/playable_ad/api/mraid.script_api new file mode 100644 index 0000000..325fc6c --- /dev/null +++ b/playable_ad/api/mraid.script_api @@ -0,0 +1,18 @@ +- name: mraid + type: table + members: + + - name: set_listener + type: function + parameters: + - name: callback + type: function + + - name: is_viewable + type: function + returns: + - name: result + type: boolean + + - name: EVENT_VIEWABLE_CHANGE + type: string