SetSchemaResponse.IncompatibleTypes Property

Definition

Returns a Set of schema type whose new definitions set in the AppSearchSession#setSchema call were incompatible with the pre-existing schema.

public virtual System.Collections.Generic.ICollection<string> IncompatibleTypes { [Android.Runtime.Register("getIncompatibleTypes", "()Ljava/util/Set;", "GetGetIncompatibleTypesHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getIncompatibleTypes", "()Ljava/util/Set;", "GetGetIncompatibleTypesHandler", ApiSince=31)>]
member this.IncompatibleTypes : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

Java documentation for android.app.appsearch.SetSchemaResponse.getIncompatibleTypes().

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