MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Classes | Typedefs
MPBookingService.h File Reference
import <Foundation/Foundation.h>
import "MPBooking.h"
import "MPBookableQuery.h"
import "MPBookingsQuery.h"

Go to the source code of this file.

Classes

class  MPBookingService
 

Typedefs

typedef void(^ mpBookingCompletion) (MPBooking *_Nullable booking, NSError *_Nullable error)
 
typedef void(^ mpBookingListCompletion) (NSArray< MPBooking * > *_Nullable bookings, NSError *_Nullable error)
 
typedef void(^ mpLocationListCompletion) (NSArray< MPLocation * > *_Nullable locations, NSError *_Nullable error)
 

Typedef Documentation

◆ mpBookingCompletion

typedef void(^ mpBookingCompletion) (MPBooking *_Nullable booking, NSError *_Nullable error)

◆ mpBookingListCompletion

typedef void(^ mpBookingListCompletion) (NSArray< MPBooking * > *_Nullable bookings, NSError *_Nullable error)

◆ mpLocationListCompletion

typedef void(^ mpLocationListCompletion) (NSArray< MPLocation * > *_Nullable locations, NSError *_Nullable error)