#include <com/navigine/idl/objc/NCResourceListener.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onLoaded:image: |
| (void) | - onFailed:error: |
Definition at line 11 of file NCResourceListener.h.
| - (void) onFailed: | (nonnull NSString *) | imageUrl | |
| error: | (nullable NSError *) | error |
| - (void) onLoaded: | (nonnull NSString *) | imageUrl | |
| image: | (nullable NCImage *) | image |