getPack

suspend fun getPack(context: Context, id: String): MTOfflinePack?

Retrieves a specific offline pack by its identifier.

Return

The MTOfflinePack if found, or null otherwise.

Parameters

context

The Android context.

id

The unique identifier of the pack.