fix: Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038)
				
					
				
			* fix: Rename `getFrameProcessorPlugin` to `initFrameProcessorPlugin` * fix: Make nullable, add comments * Format * Update FrameProcessorPlugin.java * Update FrameProcessorPlugin.h * fix: Fix dead links * Call super constructor * Update ExampleFrameProcessorPlugin.java * fix: Init calls
This commit is contained in:
		| @@ -18,10 +18,10 @@ | ||||
|  | ||||
| @implementation ExampleFrameProcessorPlugin | ||||
|  | ||||
| - (instancetype)initWithOptions:(NSDictionary * _Nullable)options | ||||
| - (instancetype)initWithOptions:(NSDictionary* _Nullable)options | ||||
| { | ||||
|   self = [super initWithOptions:options]; | ||||
|   NSLog(@"ExamplePlugin - options: %@", options); | ||||
|   NSLog(@"ExampleFrameProcessorPlugin initialized with options: %@", options); | ||||
|   return self; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user