SuggestedDeviceInfo.Builder(String, String, 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.
Constructor.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;I)V", "", ApiSince=36)]
public Builder(string deviceDisplayName, string routeId, int type);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;I)V", "", ApiSince=36)>]
new Android.Media.SuggestedDeviceInfo.Builder : string * string * int -> Android.Media.SuggestedDeviceInfo.Builder
Parameters
- deviceDisplayName
- String
The #getDeviceDisplayName() display name.
- routeId
- String
The #getRouteId() route ID.
- type
- Int32
The #getType() route type.
- Attributes
Remarks
Constructor.
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.