Sha256: cdc3b6a97d1bff89ec287de4f8e13007151cfd56dce98998046cf691d102c339

Contents?: true

Size: 753 Bytes

Versions: 13

Compression:

Stored size: 753 Bytes

Contents

#import "INotification.h"
#import "NotificationSingletonBase.h"



@interface NotificationSingleton : NotificationSingletonBase<INotificationSingleton> {
    
}



-(void) showPopup:(NSDictionary*)propertyMap methodResult:(id<IMethodResult>)methodResult;
-(void) hidePopup:(id<IMethodResult>)methodResult;
-(void) showStatus:(NSString*)title status_text:(NSString*)status_text hide_button_label:(NSString*)hide_button_label methodResult:(id<IMethodResult>)methodResult;
-(void) playFile:(NSString*)path media_type:(NSString*)media_type methodResult:(id<IMethodResult>)methodResult;
-(void) beep:(NSDictionary*)propertyMap methodResult:(id<IMethodResult>)methodResult;
-(void) vibrate:(int)duration methodResult:(id<IMethodResult>)methodResult;




@end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
rhodes-6.2.0 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-6.0.11 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.18 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.17 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.15 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.0.22 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.2 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.0.7 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.0.3 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
rhodes-5.5.0 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
tauplatform-1.0.3 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
tauplatform-1.0.2 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h
tauplatform-1.0.1 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h