Add public API to stop and resume feature module
This commit is contained in:
Родитель
9b0a041114
Коммит
43913558dc
|
@ -29,6 +29,8 @@
|
|||
|
||||
@interface AVAFeature : NSObject
|
||||
|
||||
+ (void)resume;
|
||||
+ (void)stop;
|
||||
+ (void)setServerURL:(NSString *)serverURL;
|
||||
+ (void)setIdentifier:(NSString *)identifier;
|
||||
|
||||
|
|
|
@ -26,4 +26,13 @@
|
|||
AVALogVerbose(@"AVAFeature: Feature started");
|
||||
}
|
||||
|
||||
|
||||
+ (void)resume {
|
||||
|
||||
}
|
||||
|
||||
+ (void)stop {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Загрузка…
Ссылка в новой задаче