MetaExperienceDelegate
public protocol MetaExperienceDelegate: class
This protocol notifies your application of events relating to the current experience.
-
Experience did close.
Declaration
Swift
func metaExperienceDidClose(withReason reason: MetaExperienceCloseReason)
Parameters
reason
The reason the experience was closed. See definition for MetaExperienceCloseReason for possible values.