loadEventsByIds

fun loadEventsByIds(forceReload: Boolean, eventIds: Array<String>)

Loads a specific list of events for the currently signed-in player. This method emits the com.jacobibanez.plugin.android.godotplaygameservices.signals.EventsSignals.eventsLoadedByIds signal.

Parameters

forceReload

If true, this call will clear any locally cached data and attempt to fetch the latest data from the server.

eventIds

The IDs of the events to load.