Added in API level 26
PluginDescriptor
class PluginDescriptor
| kotlin.Any | |
| ↳ | android.media.MediaCas.PluginDescriptor |
Describe a CAS plugin with its CA_system_ID and string name. Returned as results of enumeratePlugins.
Summary
| Public methods | |
|---|---|
| open String |
getName() |
| open Int | |
| open String |
toString() |
Public methods
toString
Added in API level 26
open fun toString(): String
| Return | |
|---|---|
String |
a string representation of the object. |