Warning

This feature is available in the Full MapKit SDK version

MMKSearchShowtimesObjectMetadata

@interface MMKSearchShowtimesObjectMetadata : NSObject <MMKBaseMetadata>

Event schedule snippet.

Summary

Class methods

+ (nonnull MMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title
                                                                     showtimes:(nonnull NSArray<MMKSearchShowtime *> *)showtimes;

Properties

@property (nonatomic, readonly, nonnull) NSString *title;
Event title

@property (nonatomic, readonly, nonnull) NSArray<MMKSearchShowtime *> *showtimes;
List of showtimes

Class methods

showtimesObjectMetadataWithTitle:showtimes:

+ (nonnull MMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title
                                                                     showtimes:(nonnull NSArray<MMKSearchShowtime *> *)showtimes;


Properties

title

@property (nonatomic, readonly, nonnull) NSString *title;

Event title.


showtimes

@property (nonatomic, readonly, nonnull) NSArray<MMKSearchShowtime *> *showtimes;

List of showtimes.