Warning

This feature is available in the Full MapKit SDK version

MMKSearchShowtime

@interface MMKSearchShowtime : NSObject

Session details.

Summary

Class methods

+ (nonnull MMKSearchShowtime *)showtimeWithStartTime:(nonnull MMKTime *)startTime
                                               price:(nullable MMKTaxiMoney *)price
                                            ticketId:(nullable NSString *)ticketId;

Properties

@property (nonatomic, readonly, nonnull) MMKTime *startTime;
Session start time

@property (nonatomic, readonly, nullable) MMKTaxiMoney *price;
Ticket price

@property (nonatomic, readonly, nullable) NSString *ticketId;
Ticket id

Class methods

showtimeWithStartTime:price:ticketId:

+ (nonnull MMKSearchShowtime *)showtimeWithStartTime:(nonnull MMKTime *)startTime
                                               price:(nullable MMKTaxiMoney *)price
                                            ticketId:(nullable NSString *)ticketId;


Properties

startTime

@property (nonatomic, readonly, nonnull) MMKTime *startTime;

Session start time.


price

@property (nonatomic, readonly, nullable) MMKTaxiMoney *price;

Ticket price.

Optional field, can be nil.


ticketId

@property (nonatomic, readonly, nullable) NSString *ticketId;

Ticket id.

Optional field, can be nil.