public final class Converter
extends java.lang.Object
Converter is a utility class that can be used to convert an instance of some
Class to instance of an another Class.| Constructor and Description |
|---|
Converter() |
| Modifier and Type | Method and Description |
|---|---|
static Params |
fromBundleToParams(android.os.Bundle bundle)
Create an instance of
Params from the given Bundle. |