PFAssetObserver Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | PFAssetObserver.h |
– onStatusMessage:message:
required method
The callback called during PFAsset status updates
- (void)onStatusMessage:(PFAsset *)asset message:(enum PFASSETMESSAGE)mParameters
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