docs.unity3d.com
    Show / Hide Table of Contents

    Enum SessionInstallationStatus

    An enum used to determine the current status of the software install.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum SessionInstallationStatus
    Remarks

    Some devices might support AR but require a software update. Some platforms allow prompting a user to install the required software. This enum is used to indicate the result of an installation request.

    Fields

    Name Description Value
    None

    Default value. The installation status is not known.


    0
    Success

    The installation was successful.


    1
    ErrorUserDeclined

    The installation was not successful because the user declined the installation.


    2
    ErrorDeviceNotCompatible

    The installation was not successful because the device is not compatible.


    3
    ErrorInstallNotSupported

    The installation was not successful because installation is not supported.


    4
    Error

    An unknown error occurred during installation.


    5
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023