Skip to main content
API Reference NianticSpatial.NSDK.AR.Sites

UserResult

Result of a user information request.

Declaration

public readonly struct UserResult : ValueType

Properties

NameTypeSummary
readonly ErrorSitesError
The error code if the request failed.
readonly StatusSitesRequestStatus
The status of the request.
readonly UserNullable<UserInfo>
The user information if the request succeeded, or null if failed.