showSavedGames

fun showSavedGames(title: String, allowAddButton: Boolean, allowDelete: Boolean, maxSnapshots: Int)

Opens a new window to display the saved games for the current player. If you select one of the saved games, the com.jacobibanez.plugin.android.godotplaygameservices.signals.SnapshotSignals.gameLoaded signal will be emitted.

Parameters

title

The title to display in the action bar of the returned Activity.

allowAddButton

Whether or not to display a "create new snapshot" option in the selection UI.

allowDelete

Whether or not to provide a delete overflow menu option for each snapshot in the selection UI.

maxSnapshots

The maximum number of snapshots to display in the UI. Use DISPLAY_LIMIT_NONE to display all snapshots.