//Granify Android SDK/com.granifyinc.granifysdk/Granify/overrideGranifyInlineView
overrideGranifyInlineView
[androidJvm]\
fun overrideGranifyInlineView(label: String?)
Specifies a GranifyInlineView
location in which to display inline widgets for testing purposes.
Placement
Call this function when a user has manually entered an override string into a debug menu.
Parameters
androidJvm
label | A JSON object specifying the details of a GranifyInlineViewLabel :- Example: {"name": <GranifyInlineViewLabel.name>, "productId"(optional): <GranifyInlineViewLabel.productId>, "sku"(optional): <GranifyInlineViewLabel.sku>} |