Flutter iOS Embedder
FlutterTextureRegistryRelay Class Reference

#import <FlutterTextureRegistryRelay.h>

Inheritance diagram for FlutterTextureRegistryRelay:
<FlutterTextureRegistry>

Instance Methods

(instancetype) - initWithParent:
 
- Instance Methods inherited from <FlutterTextureRegistry>
(int64_t) - registerTexture:
 
(void) - textureFrameAvailable:
 
(void) - unregisterTexture:
 

Properties

NSObject< FlutterTextureRegistry > * parent
 

Detailed Description

Wrapper around a weakly held collection of registered textures.

Avoids a retain cycle between plugins and the engine.

Definition at line 20 of file FlutterTextureRegistryRelay.h.

Method Documentation

◆ initWithParent:

- (instancetype) initWithParent: (NSObject< FlutterTextureRegistry > *)  parent

Property Documentation

◆ parent

- (NSObject<FlutterTextureRegistry>*) parent
readwritenonatomicassign

A weak reference to a FlutterEngine that will be passed texture registration.

Definition at line 25 of file FlutterTextureRegistryRelay.h.


The documentation for this class was generated from the following file: