-
public final class CustomTemplateContext.TemplateContext extends CustomTemplateContext
-
-
Field Summary
Fields Modifier and Type Field Description private final StringtemplateName
-
Method Summary
Modifier and Type Method Description final StringgetTemplateName()final UnittriggerActionArgument(String actionArgumentName, Context activityContext)Trigger an action argument by name. -
Methods inherited from class com.clevertap.android.sdk.inapp.customtemplates.CustomTemplateContext.TemplateContext
getBoolean, getByte, getDouble, getFile, getFloat, getInt, getLong, getMap, getShort, getString, setDismissed, setPresented, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTemplateName
final String getTemplateName()
-
triggerActionArgument
final Unit triggerActionArgument(String actionArgumentName, Context activityContext)
Trigger an action argument by name. Open url actions could require an activityContext to be launched from a specific activity, otherwise they would be launched with android.content.Intent.FLAG_ACTIVITY_NEW_TASK
-
-
-
-