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)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