Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. numEvents :: PlayerEvent -> Maybe Int64

    gogol-games Gogol.Games.Types

    The current number of times this event has occurred.

  2. numPurchases :: StatsResponse -> Maybe Int32

    gogol-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.

  3. numScores :: LeaderboardScoreRank -> Maybe Int64

    gogol-games Gogol.Games.Types

    The number of scores in the leaderboard.

  4. numScores :: LeaderboardScores -> Maybe Int64

    gogol-games Gogol.Games.Types

    The total number of scores in the leaderboard.

  5. numSessions :: StatsResponse -> Maybe Int32

    gogol-games Gogol.Games.Types

    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.

  6. numSessionsPercentile :: StatsResponse -> Maybe Double

    gogol-games Gogol.Games.Types

    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.

  7. numDecimalPlaces :: GamesNumberFormatConfiguration -> Maybe Int32

    gogol-games-configuration Gogol.GamesConfiguration

    The number of decimal places for number. Only used for NUMERIC format type.

  8. numberFormatType :: GamesNumberFormatConfiguration -> Maybe GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration

    The formatting for the number.

  9. numDecimalPlaces :: GamesNumberFormatConfiguration -> Maybe Int32

    gogol-games-configuration Gogol.GamesConfiguration.Types

    The number of decimal places for number. Only used for NUMERIC format type.

  10. numberFormatType :: GamesNumberFormatConfiguration -> Maybe GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration.Types

    The formatting for the number.

Page 129 of many | Previous | Next