MediaRouteProvider.ProviderMetadata

public final class MediaRouteProvider.ProviderMetadata


Describes properties of the route provider's implementation.

This object is immutable once created.

Summary

Public methods

@NonNull ComponentName

Gets the provider's component name.

@NonNull String

Gets the provider's package name.

@NonNull String

Public methods

getComponentName

Added in 1.1.0
public @NonNull ComponentName getComponentName()

Gets the provider's component name.

getPackageName

Added in 1.1.0
public @NonNull String getPackageName()

Gets the provider's package name.

toString

public @NonNull String toString()