MediaSessionManager.RemoteUserInfo(String, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.