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

open Int

open String

Returns a string representation of the object.

Public methods

getName

Added in API level 26
open fun getName(): String
Return
String This value cannot be null.

getSystemId

Added in API level 26
open fun getSystemId(): Int

toString

Added in API level 26
open fun toString(): String

Returns a string representation of the object.

Return
String a string representation of the object.