Sha256: 45eb84b9ef7df863574f80c866bfd780d4d17c70aa37bb0736c7987e2f20c91b

Contents?: true

Size: 715 Bytes

Versions: 17

Compression:

Stored size: 715 Bytes

Contents

//
//  RhoExtManagerImpl.h
//  RhoAppBaseLib
//
//  Created by Dmitry Soldatenkov on 12.05.14.
//
//

#import <Foundation/Foundation.h>
#import "IRhoExtManager.h"

@interface RhoExtManagerImpl : NSObject <IRhoExtManager> {
    NSMutableSet* mExtensions;
}

@property (retain) NSMutableSet* mExtensions;

-(id) init;

-(void) registerExtension:(id<IRhoExtension>)extension;
-(void) unregisterExtension:(id<IRhoExtension>)extension;

-(BOOL) onBeforeNavigate:(NSString*)url tabIndex:(int)tabIndex;

- (void) applicationDidBecomeActive:(UIApplication *)application;
- (BOOL) application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation;

@end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-7.5.1 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-7.4.1 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-7.1.17 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-6.2.0 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-6.0.11 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.18 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.17 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.15 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.0.22 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.2 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.0.7 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.0.3 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
rhodes-5.5.0 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
tauplatform-1.0.3 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
tauplatform-1.0.2 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h
tauplatform-1.0.1 platform/iphone/Classes/RhoExtManager/RhoExtManagerImpl.h