getBackfill

abstract suspend fun getBackfill(backfillId: String): Messages.Backfill?(source)

Retrieves an existing Backfill with a specific identifier within Open Match and returns it. If no Backfill exists with this ID, null is returned instead. The Backfill is always queried in its current valid state from Open Match, so it may contain changes that were not made by this client.

Return

The existing Backfill with the queried identifier or null, if no such Backfill exists.

Parameters

backfillId

The identifier of the Backfill to be queried from Open Match.

See also