appstoreserverlibrary.models.PlayTime module

class appstoreserverlibrary.models.PlayTime.PlayTime(value)[source]

Bases: IntEnum

A value that indicates the amount of time that the customer used the app.

https://developer.apple.com/documentation/appstoreserverapi/playtime

FIVE_TO_SIXTY_MINUTES = 2
FOUR_DAYS_TO_SIXTEEN_DAYS = 6
ONE_DAY_TO_FOUR_DAYS = 5
ONE_TO_SIX_HOURS = 3
OVER_SIXTEEN_DAYS = 7
SIX_HOURS_TO_TWENTY_FOUR_HOURS = 4
UNDECLARED = 0
ZERO_TO_FIVE_MINUTES = 1