getCountryFlag

fun getCountryFlag(marketDomain: TMMarketDomain, context: Context): Drawable?

Retrieves the flag drawable for a market domain.

Return

The flag Drawable, or null if not found.

Parameters

marketDomain

The TMMarketDomain for the flag.

context

The Context for accessing resources.