xamarinios
namespace CarPlay
{
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "CPSearchTemplateDelegate", WrapperType = typeof(CPSearchTemplateDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SearchButtonPressed", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CPSearchTemplate) }, Selector = "searchTemplateSearchButtonPressed:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UpdatedSearchText", ParameterBlockProxy = new[] { null, null, typeof(NIDCPSearchTemplateDelegateUpdateHandler) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CPSearchTemplate), typeof(string), typeof(CPSearchTemplateDelegateUpdateHandler) }, Selector = "searchTemplate:updatedSearchText:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectedResult", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CPSearchTemplate), typeof(CPListItem), typeof(Action) }, Selector = "searchTemplate:selectedResult:completionHandler:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface ICPSearchTemplateDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("searchTemplate:updatedSearchText:completionHandler:")]
[Preserve(Conditional = true)]
void UpdatedSearchText(CPSearchTemplate! searchTemplate, string! searchText, [BlockProxy(typeof(NIDCPSearchTemplateDelegateUpdateHandler))] CPSearchTemplateDelegateUpdateHandler! completionHandler);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |