Inherits from NSObject
Declared in UPBandEventAPI.h
UPBandEventAPI.m

Overview

Provides an interface for getting UP24 band events.

Class Methods

getBandEventsFromStartDate:toEndDate:completion:

Request band events between two points in time for the currently authenticated user.

+ (void)getBandEventsFromStartDate:(NSDate *)startDate toEndDate:(NSDate *)endDate completion:(UPBaseEventAPIArrayCompletion)completion

Parameters

startDate

The earliest date to fetch band events from.

endDate

The date up to which to fetch band events to.

completion

Block to be executed upon completion. The block is passed the results or any error information.

Discussion

Request band events between two points in time for the currently authenticated user.

Declared In

UPBandEventAPI.h