Skip to content

Commit

Permalink
Added since property to apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrovic committed Jun 2, 2023
1 parent a146d6b commit 1ccc4ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions apidoc/Admob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ properties:
summary: Used when creating a <Modules.Admob.View> to determine ad type of app open
permission: read-only
platforms: [iphone, ipad]
since: "6.2.0"

- name: AD_SIZE_BANNER
type: Number
Expand Down
6 changes: 5 additions & 1 deletion apidoc/View.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ events:
- name: error
type: String
summary: error message
since: 6.2.0

- name: willPresentScreen
summary: Sent just before presenting the user a full screen view, such as a browser, in response to clicking on an ad. Use this opportunity to stop animations, time sensitive interactions, etc.
Expand Down Expand Up @@ -215,7 +216,8 @@ events:
properties:
- name: adUnitId
type: String
summary: Id for the ad
summary: Id for the ad
since: "6.2.0"

- name: didRecordImpression
summary: Called when an ad is impressed
Expand All @@ -224,6 +226,7 @@ events:
- name: adUnitId
type: String
summary: Id for the ad
since: "6.2.0"

- name: didRewardUser
summary: Fired when the reward based video ad has rewarded the user.
Expand All @@ -235,6 +238,7 @@ events:
- name: amount
type: Number
summary: Amount rewarded to the user.
since: "6.2.0"

- name: ad_received
summary: Fired when ad is loaded
Expand Down

0 comments on commit 1ccc4ff

Please sign in to comment.