Package.ImplementationVendor Property

Definition

Returns the name of the organization, vendor or company that provided this implementation.

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

Property Value

the vendor that implemented this package..

Attributes

Remarks

Returns the name of the organization, vendor or company that provided this implementation.

Java documentation for java.lang.Package.getImplementationVendor().

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