set Expand Handler
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
expand Handler
A handler that expands the GranifyInlineView
.