MediaRouteProvider.ProviderMetadata

class MediaRouteProvider.ProviderMetadata


Describes properties of the route provider's implementation.

This object is immutable once created.

Summary

Public functions

ComponentName

Gets the provider's component name.

String

Gets the provider's package name.

String

Public functions

getComponentName

Added in 1.1.0
fun getComponentName(): ComponentName

Gets the provider's component name.

getPackageName

Added in 1.1.0
fun getPackageName(): String

Gets the provider's package name.

toString

fun toString(): String