SnapscreenEpgUnitPerson

@interface SnapscreenEpgUnitPerson : NSObject

Represents information about a person that is part of an EPG Unit in some form

  • The name of the person, e.g. an actor’s name

    Declaration

    Objective-C

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

    Swift

    var name: String? { get }
  • The role of the person, e.g. the character’s name

    Declaration

    Objective-C

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

    Swift

    var role: String? { get }