Granify Inline View
A view that an inline campaign can be displayed into. Handlers to expand and collapse the view must be provided so that inline views can be displayed.
Since
1.7.0
Parameters
The Context of the current activity.
A collection of attributes, as found associated with a tag in an XML document. This value may be null.
Functions
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.
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.
Installs a label that is used to uniquely identify this GranifyInlineView
.