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: IntSpecifies that the storyboard ended due to the camera being used by another app or view. |
| CANCELED_INVALID_SCENE | const val CANCELED_INVALID_SCENE: IntSpecifies that the storyboard ended due to an invalid scene. |
| CANCELED_REPORT | const val CANCELED_REPORT: IntSpecifies that the user left the storyboard early via reporting it as either broken or inappropriate. |
| CANCELED_USER_ACTION | const val CANCELED_USER_ACTION: IntSpecifies that the user left the storyboard early via either the back button or the menu. |
| COMPLETION | const val COMPLETION: IntSpecifies that the user completed the storyboard by executing an end transition. |
| SUSPEND | const val SUSPEND: IntSpecifies that the user completed the storyboard by executing a suspend transition. |