Package.SpecificationTitle Property

Definition

Return the title of the specification that this package implements.

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

Property Value

the specification title, null is returned if it is not known.

Attributes

Remarks

Return the title of the specification that this package implements.

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

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