Package | com.myflashlab.air.extensions.googleGames |
Class | public class PlayerStats |
Inheritance | PlayerStats Object |
Property | Defined By | ||
---|---|---|---|
averageSessionLength : Number [read-only]
The average session length of the player in minutes. | PlayerStats | ||
daysSinceLastPlayed : int [read-only]
The approximate number of days since the player last played. | PlayerStats | ||
numberOfPurchases : int [read-only]
The approximate number of in-app purchases for the player. | PlayerStats | ||
numberOfSessions : int [read-only]
The approximate number of sessions of the player. | PlayerStats | ||
sessionPercentile : Number [read-only]
The approximation of sessions percentile for the player. | PlayerStats | ||
spendPercentile : Number [read-only]
The approximate spend percentile of the player. | PlayerStats |
averageSessionLength | property |
averageSessionLength:Number
[read-only] The average session length of the player in minutes. Session length is determined by the time that a player is signed in to Google Play Games services.
public function get averageSessionLength():Number
daysSinceLastPlayed | property |
daysSinceLastPlayed:int
[read-only] The approximate number of days since the player last played.
public function get daysSinceLastPlayed():int
numberOfPurchases | property |
numberOfPurchases:int
[read-only] The approximate number of in-app purchases for the player.
public function get numberOfPurchases():int
numberOfSessions | property |
numberOfSessions:int
[read-only] The approximate number of sessions of the player. Sessions are determined by the number of times that a player signs in to Google Play Games services.
public function get numberOfSessions():int
sessionPercentile | property |
sessionPercentile:Number
[read-only] The approximation of sessions percentile for the player. This value indicates how many sessions the current player has played in comparison to the rest of this game's player base. Higher numbers indicate that this player has played more sessions.
public function get sessionPercentile():Number
spendPercentile | property |
spendPercentile:Number
[read-only] The approximate spend percentile of the player. This value indicates how much the current player has spent in comparison to the rest of this game's player base. Higher numbers indicate that this player has spent more.
public function get spendPercentile():Number