MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPBooking Class Reference

#include <MPBooking.h>

Inheritance diagram for MPBooking:

Properties

NSString * bookingId
 
NSString * locationId
 
MPLocationlocation
 
NSDate * startTime
 
NSDate * endTime
 
NSArray< NSString * > * participantIds
 
NSString * title
 
NSString * bookingDescription
 
BOOL isManaged
 

Detailed Description

MPBooking represents an existing booking object or a booking to be made. bookingId will be non-null for an existing booking, and null for a booking to be made.

Property Documentation

◆ bookingDescription

- (NSString*) bookingDescription
readwritenonatomicstrong

◆ bookingId

- (NSString*) bookingId
readnonatomicstrong

◆ endTime

- (NSDate*) endTime
readwritenonatomicstrong

◆ isManaged

- (BOOL) isManaged
readnonatomicassign

◆ location

- (MPLocation*) location
readwritenonatomicweak

◆ locationId

- (NSString*) locationId
readnonatomicstrong

◆ participantIds

- (NSArray< NSString* >*) participantIds
readwritenonatomicstrong

◆ startTime

- (NSDate*) startTime
readwritenonatomicstrong

◆ title

- (NSString*) title
readwritenonatomicstrong