Package com.batch.android.lisp
Class NativeAttributeContext
- java.lang.Object
-
- com.batch.android.lisp.NativeAttributeContext
-
- All Implemented Interfaces:
EvaluationContext
public final class NativeAttributeContext extends java.lang.Object implements EvaluationContext
-
-
Constructor Summary
Constructors Constructor Description NativeAttributeContext(android.content.Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueresolveVariableNamed(java.lang.String name)
-
-
-
Method Detail
-
resolveVariableNamed
public Value resolveVariableNamed(java.lang.String name)
- Specified by:
resolveVariableNamedin interfaceEvaluationContext
-
-