MediaSessionManager.RemoteUserInfo(String, Int32, Int32) Constructor

Definition

Create a new remote user information.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;II)V", "", ApiSince=28)]
public RemoteUserInfo (string packageName, int pid, int uid);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;II)V", "", ApiSince=28)>]
new Android.Media.Session.MediaSessionManager.RemoteUserInfo : string * int * int -> Android.Media.Session.MediaSessionManager.RemoteUserInfo

Parameters

packageName
String

The package name of the remote user

pid
Int32

The pid of the remote user

uid
Int32

The uid of the remote user

Attributes

Remarks

Create a new remote user information.

Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.MediaSessionManager$RemoteUserInfo(java.lang.String, int, 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