MediaRoute2ProviderService.OnReleaseSession(Int64, String) Method

Definition

Called when the session should be released.

[Android.Runtime.Register("onReleaseSession", "(JLjava/lang/String;)V", "GetOnReleaseSession_JLjava_lang_String_Handler", ApiSince=30)]
public abstract void OnReleaseSession (long requestId, string sessionId);
[<Android.Runtime.Register("onReleaseSession", "(JLjava/lang/String;)V", "GetOnReleaseSession_JLjava_lang_String_Handler", ApiSince=30)>]
abstract member OnReleaseSession : int64 * string -> unit

Parameters

requestId
Int64

the ID of this request

sessionId
String

the ID of the session being released.

Attributes

Remarks

Java documentation for android.media.MediaRoute2ProviderService.onReleaseSession(long, java.lang.String).

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