public interface AwaitingFinalStateViewFactory
A transaction may not switch into a final state immediately. This may take some time. This factory is responsible to create a view which indicates to the user that a final result will arrive within serveral minutes.
Implementing a dedicated factory allows to override the view shown to the user.
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
build(android.view.ViewGroup parent,
Transaction transaction)
This method is responsible to create a corresponding view.
|
android.view.View build(android.view.ViewGroup parent,
Transaction transaction)
The implementor does not need to add the view to the parent. This is done by the caller.
parent - the parent view into which the provided view will be integrated into.transaction - the transaction for which no final result exists yet.