public class DefaultSuccessViewFactory extends java.lang.Object implements SuccessViewFactory
SuccessViewFactory which creates a static view.| Constructor and Description |
|---|
DefaultSuccessViewFactory() |
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
build(android.view.ViewGroup parent,
Transaction transaction)
This method is responsible to create the view which is shown to the customer when the
transaction is succeeding.
|
public android.view.View build(android.view.ViewGroup parent,
Transaction transaction)
SuccessViewFactoryThe implementor does not have to add the created view into the parent.
build in interface SuccessViewFactoryparent - the parent view into which the created view is integrated into.transaction - the transaction which is succeeding.