UPMood Class Reference
Inherits from | UPBaseEvent : NSObject |
Declared in | UPMoodAPI.h UPMoodAPI.m |
Class Methods
moodWithType:title:
Create a new mood event.
+ (UPMood *)moodWithType:(UPMoodType)type title:(NSString *)title
Parameters
- type
The mood type of new mood event.
- completion
Block to be executed upon completion. This block is passed the result or any error information.
Discussion
Create a new mood event.
Declared In
UPMoodAPI.h