enum AnchoredSceneServiceStatus (Niantic.Experimental.ARDK.SharedAR.AnchoredScenes.AnchoredSceneServiceStatus)

Overview

Results from service requests. More...

enum AnchoredSceneServiceStatus: Int32 {
    Ok           = 200,
    BadRequest   = 400,
    Unauthorized = 401,
    NotFound     = 404,
};

Detailed Documentation

Results from service requests.

注釈

This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice