Package.ImplementationVersion Property

Definition

Return the version of this implementation.

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

Property Value

the version of the implementation, null is returned if it is not known.

Attributes

Remarks

Return the version of this implementation. It consists of any string assigned by the vendor of this implementation and does not have any particular syntax specified or expected by the Java runtime. It may be compared for equality with other package version strings used for this implementation by this vendor for this package.

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

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