PHP 7.4.33
Preview: RCTEventEmitter.h Size: 1.42 KB
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/React/Modules/RCTEventEmitter.h
/*
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

#import <React/RCTBridge.h>

/**
 * RCTEventEmitter is an abstract base class to be used for modules that emit
 * events to be observed by JS.
 */
@interface RCTEventEmitter : NSObject <RCTBridgeModule, RCTInvalidating>

@property (nonatomic, weak) RCTBridge *bridge;
@property (nonatomic, weak) RCTModuleRegistry *moduleRegistry;
@property (nonatomic, weak) RCTViewRegistry *viewRegistry_DEPRECATED;

- (instancetype)initWithDisabledObservation;

/**
 * Override this method to return an array of supported event names. Attempting
 * to observe or send an event that isn't included in this list will result in
 * an error.
 */
- (NSArray<NSString *> *)supportedEvents;

/**
 * Send an event that does not relate to a specific view, e.g. a navigation
 * or data update notification.
 */
- (void)sendEventWithName:(NSString *)name body:(id)body;

/**
 * These methods will be called when the first observer is added and when the
 * last observer is removed (or when dealloc is called), respectively. These
 * should be overridden in your subclass in order to start/stop sending events.
 */
- (void)startObserving;
- (void)stopObserving;

- (void)invalidate NS_REQUIRES_SUPER;

- (void)addListener:(NSString *)eventName;
- (void)removeListeners:(double)count;

@end

Directory Contents

Dirs: 0 × Files: 18
Name Size Perms Modified Actions
1.42 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
3.47 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
745 B lrw-r--r-- 2025-03-28 11:04:41
Edit Download
2.72 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
1.20 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
5.22 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
1.06 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
2.86 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
569 B lrw-r--r-- 2025-03-28 11:04:41
Edit Download
9.43 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
1.63 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
966 B lrw-r--r-- 2025-03-28 11:04:43
Edit Download
7.97 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
58.87 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
2.61 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
2.51 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
3.81 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
3.15 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).