<CraftARTrackingContentLoadCallbacks> Protocol Reference
#import <CraftARTrackingContent.h>
Inheritance diagram for <CraftARTrackingContentLoadCallbacks>:

Instance Methods |
|
(void) | - didProgress:onContentDownload: |
(void) | - didFinishDownloadingContent: |
(void) | - didFinishLoadingContent: |
(void) | - didFailLoadingContent:withError: |
Detailed Description
Protocol to receive feedback about the content load. Currently only works for contents of the type CraftARTrackingContent3dModel
Method Documentation
|
optional |
Content load failed.
- Parameters
-
content Content that failed loading error CraftARSDK error cotaining a code and description with the error produced while loading the content.
|
optional |
Content download finished, the content from the network
- Parameters
-
content Content that finished its download
|
optional |
Content load finished, the content will render as soon as the reference holding it gets detected
- Parameters
-
content Content that finished its load
|
optional |
Content download made progress
- Parameters
-
content Content that is downloading downloadPercent Percent of download finished
The documentation for this protocol was generated from the following file:
- CraftARProSDK.framework/Headers/CraftARTrackingContent.h