Share via


CallAudioState.AudioRouteToString(CallAudioRoute) Method

Definition

Converts the provided audio route into a human readable string representation.

[Android.Runtime.Register("audioRouteToString", "(I)Ljava/lang/String;", "", ApiSince=23)]
public static string? AudioRouteToString (Android.Telecom.CallAudioRoute route);
[<Android.Runtime.Register("audioRouteToString", "(I)Ljava/lang/String;", "", ApiSince=23)>]
static member AudioRouteToString : Android.Telecom.CallAudioRoute -> string

Parameters

route
CallAudioRoute

to convert into a string.

Returns

String representation of the provided audio route.

Attributes

Remarks

Converts the provided audio route into a human readable string representation.

Java documentation for android.telecom.CallAudioState.audioRouteToString(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to