MetaverseSDK / io.gometa.sdk / Meta / CloseReason
CloseReason
object CloseReason
The various reasons a storyboard’s activity might finish. These are the possible values that may be returned via the Meta.StoryboardResult.CLOSE_REASON key.
Properties
CANCELED_CAMERA_IN_USE | const val CANCELED_CAMERA_IN_USE: Int Specifies that the storyboard ended due to the camera being used by another app or view. |
CANCELED_INVALID_SCENE | const val CANCELED_INVALID_SCENE: Int Specifies that the storyboard ended due to an invalid scene. |
CANCELED_REPORT | const val CANCELED_REPORT: Int Specifies that the user left the storyboard early via reporting it as either broken or inappropriate. |
CANCELED_USER_ACTION | const val CANCELED_USER_ACTION: Int Specifies that the user left the storyboard early via either the back button or the menu. |
COMPLETION | const val COMPLETION: Int Specifies that the user completed the storyboard by executing an end transition. |
SUSPEND | const val SUSPEND: Int Specifies that the user completed the storyboard by executing a suspend transition. |