gpgs.snapshots.getLimits()

Type Integer
Return value Table
Revision Release 2024.3703
Keywords Google Play Games Services, game network, gpgs
See also gpgs.snapshots.*
gpgs.*

Overview

Retrieves various limits associated with the Snapshots API.

Syntax

gpgs.snapshots.getLimits()

Returns Table. See the next section for details. Can be nil if service is unavailable.

Return Table Reference

imageSize

Integer. The maximum data size per snapshot cover image in bytes. Guaranteed to be at least 800 KB. May increase in the future. ##### payloadSize Integer. The maximum data size per snapshot in bytes. Guaranteed to be at least 3 MB. May increase in the future.