//Granify Android SDK/com.granifyinc.granifysdk.campaigns.inlineView/GranifyInlineViewExpander
GranifyInlineViewExpander
[androidJvm]
typealias GranifyInlineViewExpander = (GranifyInlineView, Int) -> Unit
A handler that will expand a GranifyInlineView
to a specified height. This handler will be invoked before an inline campaign is displayed, expanding the GranifyInlineView
to the specified height. This handler is used in conjunction with animation, and is invoked on every render frame for the duration of the animation. As such, avoid including logs or metrics in this callback.
Since
1.7.0