//Granify Android SDK/com.granifyinc.granifysdk.campaigns.inlineView/GranifyInlineView/setExpandHandler

setExpandHandler

[androidJvm]
fun setExpandHandler(expandHandler: GranifyInlineViewExpander)

Registers a handler that is used to expand the GranifyInlineView. Expect this handler to be invoked before an inline campaign is displayed. The GranifyInlineView will expand and the inline campaign will be displayed inside of it. The Granify SDK handles animation of the inlines internally. Do NOT add any additional animation handling.

Since

1.7.0

Parameters

androidJvm

   
expandHandler A handler that expands the GranifyInlineView.