public class ProductInformationWizard
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ProductInformationWizard.IProductInformationWizardHandler |
Constructor and Description |
---|
ProductInformationWizard(android.app.Activity context,
ProductProviderManager manager,
java.lang.String title,
java.lang.String message,
java.lang.String hint,
java.lang.String wizardText,
ProductInformationWizard.IProductInformationWizardHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
begin(java.util.List<ProductInformation> products)
Initiate the wizard with the specified list of products
|
public ProductInformationWizard(android.app.Activity context, ProductProviderManager manager, java.lang.String title, java.lang.String message, java.lang.String hint, java.lang.String wizardText, ProductInformationWizard.IProductInformationWizardHandler handler)
public void begin(java.util.List<ProductInformation> products)
products
-