UPGenericEventAPI Class Reference
| Inherits from | NSObject |
| Declared in | UPGenericEventAPI.h UPGenericEventAPI.m |
Class Methods
deleteGenericEvent:completion:
Delete a generic event for the currently authenticated user.
+ (void)deleteGenericEvent:(UPGenericEvent *)event completion:(UPBaseEventAPICompletion)completionParameters
- completion
Block to be executed upon completion. This block is passed the results or any error information.
Discussion
Delete a generic event for the currently authenticated user.
Declared In
UPGenericEventAPI.hgetGenericEventsWithCompletion:
Get generic events for the currently authenticated user.
+ (void)getGenericEventsWithCompletion:(UPBaseEventAPIArrayCompletion)completionParameters
- completion
Block to be executed upon completion. This block is passed the results or any error information.
Discussion
Get generic events for the currently authenticated user.
Declared In
UPGenericEventAPI.hpostGenericEvent:completion:
Create a new generic event for the currently authenticated user.
+ (void)postGenericEvent:(UPGenericEvent *)event completion:(UPGenericEventAPICompletion)completionParameters
- completion
Block to be executed upon completion. This block is passed the results or any error information.
Discussion
Create a new generic event for the currently authenticated user.
Declared In
UPGenericEventAPI.hrefreshGenericEvent:completion:
Get a generic event for the currently authenticated user.
+ (void)refreshGenericEvent:(UPGenericEvent *)event completion:(UPGenericEventAPICompletion)completionParameters
- completion
Block to be executed upon completion. This block is passed the results or any error information.
Discussion
Get a generic event for the currently authenticated user.
Declared In
UPGenericEventAPI.h