YoYoGames / GMEXT-AdMob

Repository for GameMaker's AdMob Extension
Other
9 stars 3 forks source link

[SUGGESTION] Insufficient macros for the AdMob_OnPaidEvent #29

Closed Callsign54 closed 11 months ago

Callsign54 commented 11 months ago

Currently, the "precision" key returned in the async event (see async_load[? "precision"]) is a numeric value. Originally, as in the Google's documents, it's actually a constant that represents the type of the paid ad event. (See the documentation here)

Suggestion To include ESTIMATED, PRECISE, PUBLISHER_PROVIDED and UNKNOWN macros.

DiasFranciscoA commented 11 months ago

Fixed on v1.3.1 hotfix