BrainCloudGlobalStatistics class

Constructors

BrainCloudGlobalStatistics(BrainCloudClient _clientRef)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

incrementGlobalStats({required Map<String, dynamic> statistics}) Future<ServerResponse>
Atomically increment (or decrement) global statistics. Global statistics are defined through the brainCloud portal.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processStatistics({required Map<String, dynamic> statistics}) Future<ServerResponse>
Apply statistics grammar to a partial set of statistics.
readAllGlobalStats() Future<ServerResponse>
Method returns all of the global statistics.
readGlobalStatsForCategory({required String category}) Future<ServerResponse>
Method retrieves the global statistics for the given category.
readGlobalStatsSubset({required List<String> statistics}) Future<ServerResponse>
Reads a subset of global statistics as defined by the input JSON.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited