MidiDeviceInfo.PropertyName Field

Definition

Bundle key for the device's user visible name property.

[Android.Runtime.Register("PROPERTY_NAME", ApiSince=23)]
public const string PropertyName;
[<Android.Runtime.Register("PROPERTY_NAME", ApiSince=23)>]
val mutable PropertyName : string

Field Value

Implements

Attributes

Remarks

Bundle key for the device's user visible name property. The value for this property is of type java.lang.String. Used with the android.os.Bundle returned by #getProperties. For USB devices, this is a concatenation of the manufacturer and product names.

Java documentation for android.media.midi.MidiDeviceInfo.PROPERTY_NAME.

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