//Granify Android SDK/com.granifyinc.granifysdk.campaigns.inlineView/GranifyInlineViewCollapser

GranifyInlineViewCollapser

[androidJvm]
typealias GranifyInlineViewCollapser = (GranifyInlineView, Int) -> Unit

A handler that will collapse a GranifyInlineView so that it is no longer visible. This handler will be invoked when the GranifyInlineView is no longer needed to display. 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

2.0.0