Flutter Engine
The Flutter Engine
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)
 
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

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: