CSSearchableIndex
CSSearchableIndex()
CSSearchableIndex(IntPtr)
CSSearchableIndex(NativeHandle)
CSSearchableIndex(NSObjectFlag)
CSSearchableIndex(String)
CSSearchableIndex(String, CSFileProtection)
CSSearchableIndex(String, NSString)
CSSearchableIndex(String, NSFileProtectionType, String, nint)
CSSearchableIndex(String, NSString, String, nint)
ClassHandle
DefaultSearchableIndex
IndexDelegate
IsIndexingAvailable
Delete(String[], Action<NSError>)
DeleteAll(Action<NSError>)
DeleteAllAsync()
DeleteAsync(String[])
DeleteWithDomain(String[], Action<NSError>)
DeleteWithDomainAsync(String[])
Dispose(Boolean)
FetchData(String, String, UTType, Action<NSData, NSError>)
FetchDataAsync(String, String, UTType)
Index(CSSearchableItem[], Action<NSError>)
IndexAsync(CSSearchableItem[])
ProvideData(String, String, String, Action<NSData, NSError>)
ProvideDataAsync(String, String, String)
BeginIndexBatch(CSSearchableIndex)
EndIndexBatch(CSSearchableIndex, NSData, Action<NSError>)
FetchLastClientState(CSSearchableIndex, CSSearchableIndexFetchHandler)
xamarinios
namespace CoreSpotlight
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Register("CSSearchableIndex", true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class CSSearchableIndex : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal CSSearchableIndex(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.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. |
- Built-in API
- Package-provided API