Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Properties | List of all members
FlutterCallbackInformation Class Reference

#include <FlutterCallbackCache.h>

Inheritance diagram for FlutterCallbackInformation:

Properties

NSString * callbackName
 
NSString * callbackClassName
 
NSString * callbackLibraryPath
 

Detailed Description

An object containing the result of FlutterCallbackCache's lookupCallbackInformation method.

Definition at line 17 of file FlutterCallbackCache.h.

Property Documentation

◆ callbackClassName

- (NSString*) callbackClassName
readwriteatomiccopy

The class name of the callback.

Definition at line 25 of file FlutterCallbackCache.h.

◆ callbackLibraryPath

- (NSString*) callbackLibraryPath
readwriteatomiccopy

The library path of the callback.

Definition at line 29 of file FlutterCallbackCache.h.

◆ callbackName

- (NSString*) callbackName
readwriteatomiccopy

The name of the callback.

Definition at line 21 of file FlutterCallbackCache.h.


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