xamarinmac
namespace CoreSpotlight
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Protocol(Name = "CSSearchableIndexDelegate", WrapperType = typeof(CSSearchableIndexDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidThrottle", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CSSearchableIndex) }, Selector = "searchableIndexDidThrottle:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishThrottle", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CSSearchableIndex) }, Selector = "searchableIndexDidFinishThrottle:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReindexAllSearchableItems", ParameterBlockProxy = new[] { null, typeof(NIDAction) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CSSearchableIndex), typeof(Action) }, Selector = "searchableIndex:reindexAllSearchableItemsWithAcknowledgementHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReindexSearchableItems", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CSSearchableIndex), typeof(string[]), typeof(Action) }, Selector = "searchableIndex:reindexSearchableItemsWithIdentifiers:acknowledgementHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetData", ParameterByRef = new[] { false, false, false, true }, ParameterType = new[] { typeof(CSSearchableIndex), typeof(string), typeof(string), typeof(NSError) }, ReturnType = typeof(NSData), Selector = "dataForSearchableIndex:itemIdentifier:typeIdentifier:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetFileUrl", ParameterByRef = new[] { false, false, false, false, true }, ParameterType = new[] { typeof(CSSearchableIndex), typeof(string), typeof(string), typeof(bool), typeof(NSError) }, ReturnType = typeof(NSUrl), Selector = "fileURLForSearchableIndex:itemIdentifier:typeIdentifier:inPlace:error:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface ICSSearchableIndexDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("searchableIndex:reindexAllSearchableItemsWithAcknowledgementHandler:")]
[Preserve(Conditional = true)]
void ReindexAllSearchableItems(CSSearchableIndex! searchableIndex, [BlockProxy(typeof(NIDAction))] Action! acknowledgementHandler);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |