Android Attributes Response
data class AndroidAttributesResponse(val enabledUnknownSources: Boolean, val ownerProfileAccount: Boolean, val ownershipPrivilege: String, val supportsWorkProfile: Boolean)
Resource representing the Android specific attributes of a Device.
Constructors
Link copied to clipboard
fun AndroidAttributesResponse(enabledUnknownSources: Boolean, ownerProfileAccount: Boolean, ownershipPrivilege: String, supportsWorkProfile: Boolean)