ProfileLevelDisplay

Get a string representation of a profile level.

Parameters

context

The application context.

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
fun getAllLevelSet(mimeType: String): Set<Int>
Link copied to clipboard
fun getLevel(mimeType: String, name: String): Int
Link copied to clipboard
fun getLevelName(mimeType: String, level: Int): String
Link copied to clipboard
fun getProfile(mimeType: String, name: String): Int
Link copied to clipboard
fun getProfileName(mimeType: String, profile: Int): String