Skip to content

Commit

Permalink
Add script api
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman committed Jan 30, 2024
1 parent 6e9710b commit e9f1d0f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions playable_ad/api/mraid.script_api
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e9f1d0f

Please sign in to comment.