Incrementing an Event

This is an synchronous function which increments the value of a specific Google Play Event in Google Play Services.

The parameters include the EventId to increment and the amount to increment by.
Once completed, it will return a boolean value indicating if it was successful or not.

1

Event ID

The Event ID of the Event to be incremented.
This value can be retrieved either by Fetching All Events or from the Google Play Console.
If the Event ID is invalid, Google simply ignores the request, resulting in no failure.

2

Increment Amount

The integer value to increase the Event's ammount by.
This can be seen when Fetching the Event and accessing the Value in the Google Play Event returned.