Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Package Functions | Package Attributes | List of all members
io.flutter.embedding.android.FlutterFragmentTest.TestDelegateFactory Class Reference
Inheritance diagram for io.flutter.embedding.android.FlutterFragmentTest.TestDelegateFactory:
io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.DelegateFactory

Public Member Functions

FlutterActivityAndFragmentDelegate createDelegate (FlutterActivityAndFragmentDelegate.Host host)
 
- Public Member Functions inherited from io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.DelegateFactory
FlutterActivityAndFragmentDelegate createDelegate (FlutterActivityAndFragmentDelegate.Host host)
 

Package Functions

 TestDelegateFactory (FlutterActivityAndFragmentDelegate delegate)
 

Package Attributes

FlutterActivityAndFragmentDelegate delegate
 

Detailed Description

Definition at line 41 of file FlutterFragmentTest.java.

Constructor & Destructor Documentation

◆ TestDelegateFactory()

io.flutter.embedding.android.FlutterFragmentTest.TestDelegateFactory.TestDelegateFactory ( FlutterActivityAndFragmentDelegate  delegate)
inlinepackage

Definition at line 44 of file FlutterFragmentTest.java.

44 {
45 this.delegate = delegate;
46 }

Member Function Documentation

◆ createDelegate()

FlutterActivityAndFragmentDelegate io.flutter.embedding.android.FlutterFragmentTest.TestDelegateFactory.createDelegate ( FlutterActivityAndFragmentDelegate.Host  host)
inline

Definition at line 48 of file FlutterFragmentTest.java.

49 {
50 return delegate;
51 }

Member Data Documentation

◆ delegate

FlutterActivityAndFragmentDelegate io.flutter.embedding.android.FlutterFragmentTest.TestDelegateFactory.delegate
package

Definition at line 42 of file FlutterFragmentTest.java.


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