Mobile API Reference  MicroStrategy 2019
ImageService.h
Go to the documentation of this file.
1 //
2 // ImageService.h
3 // MSTRMobile
4 //
5 // Created by Firat Alpergin on 2/23/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIServiceImpl.h"
11 
12 @class MSIProjectInfo;
13 
14 //PDF Reader will reuse this service, it need to know the file's modification time
16 -(void)lastModifiedTimeStamp:(NSString*)timeStamp;
17 @end
18 
20  NSString *imageURL;
21  NSString* imageKey;
22  NSString *subscriptionId;
24  //PDF Reader will reuse this service, it need progress notify
26 }
27 
28 @property (nonatomic, copy) NSString* imageKey;
29 @property (nonatomic, copy) NSString *imageURL;
30 @property (nonatomic, copy) NSString *subscriptionId;
31 @property (nonatomic, strong) MSIProjectInfo *projectInfo;
32 @property (nonatomic) BOOL needProgress;
33 
34 @end
signed char BOOL
Definition: PDCwtypes.h:101
BOOL needProgress
Definition: ImageService.h:25
MSIProjectInfo * projectInfo
Definition: ImageService.h:23
NSString * subscriptionId
Definition: ImageService.h:22
NSString * imageKey
Definition: ImageService.h:21
NSString * imageURL
Definition: ImageService.h:20
Definition: MSIServiceImpl.h:30
Definition: MSIProjectInfo.h:17
Definition: ImageService.h:15
Definition: ImageService.h:19