Mobile API Reference  MicroStrategy 2019
<ServiceHandler > Protocol Reference

#import <Service.h>

Inheritance diagram for <ServiceHandler >:

Instance Methods

(void) - onSuccess:service:
 
(void) - onFailure:service:
 
(void) - onProgress:Total:service:
 
(void) - onCancel:
 

Method Documentation

◆ onCancel:()

- (void ServiceHandler) onCancel: (id< Service >)  service
optional

◆ onFailure:service:()

- (void ServiceHandler) onFailure: (MSTRError *)  error
service: (id< Service >)  service 

◆ onProgress:Total:service:()

- (void ServiceHandler) onProgress: (long long)  loadedSize
Total: (long long)  totalSize
service: (id< Service >)  service 
optional

◆ onSuccess:service:()

- (void ServiceHandler) onSuccess: (id)  data
service: (id< Service >)  service