public class TokenAdapter extends Object implements TokenAdapterBase
Constructor and Description |
---|
TokenAdapter(Context context)
Creates an instance of TokenAdapter.
|
Modifier and Type | Method and Description |
---|---|
TokenView |
getViewForTokenObject(TokenModel tokenObject)
Provides TokenView object inflated with the values from the TokenModel.
|
public TokenAdapter(Context context)
context
- Current context.public TokenView getViewForTokenObject(TokenModel tokenObject)
getViewForTokenObject
in interface TokenAdapterBase
tokenObject
- The data model representing default token.