Binder.InterfaceDescriptor Property

Definition

Default implementation returns an empty interface name.

public virtual string? InterfaceDescriptor { [Android.Runtime.Register("getInterfaceDescriptor", "()Ljava/lang/String;", "GetGetInterfaceDescriptorHandler")] get; }
[<get: Android.Runtime.Register("getInterfaceDescriptor", "()Ljava/lang/String;", "GetGetInterfaceDescriptorHandler")>]
member this.InterfaceDescriptor : string

Property Value

Implements

Attributes

Remarks

Default implementation returns an empty interface name.

Java documentation for android.os.Binder.getInterfaceDescriptor().

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