Skip to main content

GameModelPlayerCountStatus

Completeness of an app-scoped active gameplay-session count across the fresh Buddy fleet.

enum GameModelPlayerCountStatus {
FRESH
PARTIAL
UNAVAILABLE
}

Values

GameModelPlayerCountStatus.FRESH

At least one non-Offline Buddy heartbeat is fresh and every fresh Buddy supports version 1 app-scoped counts. The count is complete.

GameModelPlayerCountStatus.PARTIAL

At least one non-Offline Buddy heartbeat is fresh, but one or more fresh Buddies do not support app-scoped counts. The count is only the best-known supported-Buddy sum and does not advance change revisions.

GameModelPlayerCountStatus.UNAVAILABLE

No non-Offline Buddy heartbeat is fresh enough to observe. The count is unavailable and does not advance change revisions.

Member Of

GameModelActivePlayerCountSnapshot object