Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

This document details the methods of the Insight object you can use to access and set the attribute values.

(green star) denotes a method that is specific to JMWE

Method

Description

Return type

Parameters

setInsightAttributeValue(String attributeName, Object value)(green star)

Sets the value of the Insight object attribute

Void

  • A string representing the name of the Insight object attribute

  • An object representing the value to set

getInsightAttributeValue(String attributeName)(green star)

Returns the value of the Insight object attribute

Object

A string representing the name of the Insight object attribute

  • No labels