PFAssetObserver Protocol Reference

Conforms to NSObject
Declared in PFAssetObserver.h

Overview

An object which implements the PFAssetObserver protocol for monitoring asset status.

– onStatusMessage:message: required method

The callback called during PFAsset status updates

- (void)onStatusMessage:(PFAsset *)asset message:(enum PFASSETMESSAGE)m

Parameters

asset

The asset where the messag originated from.

m

The status change of the PFAsset

Discussion

The callback called during PFAsset status updates

Declared In

PFAssetObserver.h