public final class CoreSpotlight
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static double |
CoreSpotlightVersionNumber()
! Project version number for CoreSpotlight.
|
static org.moe.natj.general.ptr.ConstBytePtr |
CoreSpotlightVersionString()
! Project version string for CoreSpotlight.
|
static java.lang.String |
CSActionIdentifier()
For custom actions on iOS, the userInfo dictionary also has another key value pair where CSActionIdentifier is the key
and the value is the action tapped in the UI based on what was indexed by the app.
|
static java.lang.String |
CSIndexErrorDomain() |
static java.lang.String |
CSMailboxArchive() |
static java.lang.String |
CSMailboxDrafts() |
static java.lang.String |
CSMailboxInbox()
Well-known mailbox identifiers
|
static java.lang.String |
CSMailboxJunk() |
static java.lang.String |
CSMailboxSent() |
static java.lang.String |
CSMailboxTrash() |
static java.lang.String |
CSQueryContinuationActionType()
When continuing a query from Spotlight, the application's -application:willContinueUserActivityWithType:
method will get called with CSQueryContinuationActionType, followed by -application:continueUserActivity:restorationHandler:
with an NSUserActivity where the userInfo dictionary has a key value pair with CSSearchQueryString as the key
and the value is the string the application should use when performing its query.
|
static java.lang.String |
CSSearchableItemActionType()
When opening a document from Spotlight, the application's application:willContinueUserActivityWithType:
method will get called with CSSearchableItemActionType, followed by application:continueUserActivity:restorationHandler:
with an NSUserActivity where the userInfo dictionary has a key value pair where CSSearchableItemActivityIdentifier is the key
and the value is the uniqueIdentifier used when creating the item.
|
static java.lang.String |
CSSearchableItemActivityIdentifier() |
static java.lang.String |
CSSearchQueryErrorDomain() |
static java.lang.String |
CSSearchQueryString() |
public static java.lang.String CSSearchableItemActionType()
public static java.lang.String CSSearchableItemActivityIdentifier()
public static java.lang.String CSQueryContinuationActionType()
public static java.lang.String CSSearchQueryString()
public static java.lang.String CSIndexErrorDomain()
public static java.lang.String CSMailboxInbox()
public static java.lang.String CSMailboxDrafts()
public static java.lang.String CSMailboxSent()
public static java.lang.String CSMailboxJunk()
public static java.lang.String CSMailboxTrash()
public static java.lang.String CSMailboxArchive()
public static java.lang.String CSSearchQueryErrorDomain()
public static double CoreSpotlightVersionNumber()
public static org.moe.natj.general.ptr.ConstBytePtr CoreSpotlightVersionString()
public static java.lang.String CSActionIdentifier()