Defines | |
| #define | kILSwapServiceRegistrationInfoDictionaryKey @"ILSwapRegistration" |
| This is the key in Info.plist the swap service will look for when autoregistering in didFinishLaunchingWithOptions:. | |
| #define | kILSwapDefaultAction @"ILReceive" |
| This is the default action, that is, a generic "I can receive items of this type" action without strings attached. | |
Enumerations | |
| enum | ILSwapSendingErrorCause { kILSwapSendingCancelled = 0, kILSwapNoKnownDestinationForSending = 1 } |
A set of possible causes for errors during sending. More... | |
| #define kILSwapDefaultAction @"ILReceive" |
This is the default action, that is, a generic "I can receive items of this type" action without strings attached.
It's the action used if you specify nil in sendItems:forAction:toApplicationWithIdentifier: (ILSwapService) and other methods that take an action.
Definition at line 109 of file ILSwapService.h.
| #define kILSwapServiceRegistrationInfoDictionaryKey @"ILSwapRegistration" |
This is the key in Info.plist the swap service will look for when autoregistering in didFinishLaunchingWithOptions:.
It must contain a registration dictionary (see App Registration Keys for more information on the contents of a registration dictionary).
Definition at line 102 of file ILSwapService.h.
A set of possible causes for errors during sending.
See ILSwapSendController and ILSwapSendControllerDelegate for more information.
Definition at line 123 of file ILSwapSendController.h.
1.6.1