PermissionV1

data class PermissionV1(val name: String, val maxSdk: Int? = null)

Constructors

Link copied to clipboard
constructor(name: String, maxSdk: Int? = null)

Properties

Link copied to clipboard
val maxSdk: Int? = null
Link copied to clipboard