TMDBPersonUpdateOptions Constants Reference
| Declared in | TMDBPerson.h |
|---|
TMDBPersonUpdateOptions
Definition
typedef NS_OPTIONS(NSUInteger, TMDBPersonUpdateOptions ) {
TMDBPersonUpdateOptionBasic = 1 < < 1,
TMDBPersonUpdateOptionCredits = 1 < < 2,
TMDBPersonUpdateOptionImages = 1 < < 3,
};
Constants
TMDBPersonUpdateOptionBasic-
Indicates that basic information should be fetched.
Declared In
TMDBPerson.h. TMDBPersonUpdateOptionCredits-
Indicates that credits, i.e. cast and crew, should be fetched.
Declared In
TMDBPerson.h. TMDBPersonUpdateOptionImages-
Indicates that image URLs should be fetched.
Declared In
TMDBPerson.h.