Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
numRowsReceived :: Import -> Maybe Int64gogol-fusiontables Gogol.FusionTables The number of rows received from the import request.
numRowsReceived :: Import -> Maybe Int64gogol-fusiontables Gogol.FusionTables.Types The number of rows received from the import request.
numEvents :: PlayerEvent -> Maybe Int64gogol-games Gogol.Games The current number of times this event has occurred.
numPurchases :: StatsResponse -> Maybe Int32gogol-games Gogol.Games Number of in-app purchases made by the player in this game. E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.
numScores :: LeaderboardScoreRank -> Maybe Int64gogol-games Gogol.Games The number of scores in the leaderboard.
numScores :: LeaderboardScores -> Maybe Int64gogol-games Gogol.Games The total number of scores in the leaderboard.
numSessions :: StatsResponse -> Maybe Int32gogol-games Gogol.Games The approximate number of sessions of the player within the last 28 days, where a session begins when the player is connected to Play Games Services and ends when they are disconnected. E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.
numSessionsPercentile :: StatsResponse -> Maybe Doublegogol-games Gogol.Games The approximation of the sessions percentile of the player within the last 30 days, where a session begins when the player is connected to Play Games Services and ends when they are disconnected. E.g., 0, 0.25, 0.5, 0.75. Not populated if there is not enough information.
numEvents :: PlayerEvent -> Maybe Int64gogol-games Gogol.Games.Types The current number of times this event has occurred.
numPurchases :: StatsResponse -> Maybe Int32gogol-games Gogol.Games.Types Number of in-app purchases made by the player in this game. E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.