AppSearchSchema.ParentTypes Property

Definition

Returns the list of parent types of this schema for polymorphism.

public System.Collections.Generic.IList<string> ParentTypes { [Android.Runtime.Register("getParentTypes", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getParentTypes", "()Ljava/util/List;", "", ApiSince=35)>]
member this.ParentTypes : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the list of parent types of this schema for polymorphism.

Java documentation for android.app.appsearch.AppSearchSchema.getParentTypes().

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