VLDMedia

@interface VLDMedia : VLDModel

Contains the ID and URL of an uploaded media record.

  • ID of the media.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSString *mediaID
  • URL string from for the media resource.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSString *mediaURL
  • The media URL combined with the authentication token from the current session.

    Declaration

    Objective-C

    - (id)authenticatedURL;