diff --git a/apidoc/Admob.yml b/apidoc/Admob.yml index 8c19cb1..4b4776a 100644 --- a/apidoc/Admob.yml +++ b/apidoc/Admob.yml @@ -118,6 +118,7 @@ properties: summary: Used when creating a to determine ad type of app open permission: read-only platforms: [iphone, ipad] + since: "6.2.0" - name: AD_SIZE_BANNER type: Number diff --git a/apidoc/View.yml b/apidoc/View.yml index b783a09..7460ecc 100644 --- a/apidoc/View.yml +++ b/apidoc/View.yml @@ -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. @@ -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 @@ -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. @@ -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