VLDMedia Class Reference

Inherits from VLDModel : NSObject
Declared in VLDMedia.h

Overview

Contains the ID and URL of an uploaded media record.

  mediaID

ID of the media.

@property (nonatomic, copy, nullable) NSString *mediaID

Discussion

ID of the media.

Declared In

VLDMedia.h

  mediaURL

URL string from for the media resource.

@property (nonatomic, copy, nullable) NSString *mediaURL

Discussion

URL string from for the media resource.

Declared In

VLDMedia.h

– authenticatedURL

The media URL combined with the authentication token from the current session.

- (NSURL *_Nullable)authenticatedURL

Discussion

The media URL combined with the authentication token from the current session.

Declared In

VLDMedia.h