SetSchemaResponse.Builder.AddIncompatibleType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds one incompatibleType to the list of incompatible schema types.
[Android.Runtime.Register("addIncompatibleType", "(Ljava/lang/String;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.SetSchemaResponse.Builder AddIncompatibleType(string incompatibleType);
[<Android.Runtime.Register("addIncompatibleType", "(Ljava/lang/String;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)>]
member this.AddIncompatibleType : string -> Android.App.AppSearch.SetSchemaResponse.Builder
Parameters
- incompatibleType
- String
Returns
- Attributes
Remarks
Adds one incompatibleType to the list of incompatible schema types.
Android reference for android.app.appsearch.SetSchemaResponse.Builder.addIncompatibleType.
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.