Package.ImplementationTitle Property

Definition

Return the title of this package.

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

Property Value

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

Attributes

Remarks

Return the title of this package.

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

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