exitCoreContent
Inform the SDK when a user has finished consuming content that is core to your app experience.
Last updated
Inform the SDK when a user has finished consuming content that is core to your app experience.
Last updated
Arguments
(required) label
: String that describes the nature of the content being consumed. The same string string must be used in both and calls.
Arguments
(required) labels
: A list of strings of different labels that describe the content that was consumed. Note the exact same list must be used in both the enterCoreContent
and exitCoreContent
calls to work correctly.