AgoraRtmMediaOperationProgress Class Reference

Inherits from NSObject
Declared in AgoraRtmKit.h

Overview

An interface representing the upload progress or download progress.

  totalSize

The total size of the file or image being loaded.

@property (nonatomic, assign) long long totalSize

Declared In

AgoraRtmKit.h

  currentSize

The size of the loaded part of the file or image.

@property (nonatomic, assign) long long currentSize

Declared In

AgoraRtmKit.h