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

setCollapseHandler

[androidJvm]
fun setCollapseHandler(collapseHandler: GranifyInlineViewCollapser)

Registers a handler that is used to collapse the GranifyInlineView. Expect this handler to be invoked anytime the GranifyInlineView is no longer needed to display. The Granify SDK handles animation of the inlines internally. Do NOT add any additional animation handling.

Since

1.7.0

Parameters

androidJvm

   
collapseHandler A handler that collapses the GranifyInlineView.