Google. XR. ARCoreExtensions. VpsAvailabilityPromise
A specific interruptible promise to check the VPS availability using the given location by initializing a query with a remote service, used in coroutines to poll VpsAvailability
results across multiple frames.
Summary
Inheritance
Inherits from:InterruptiblePromise< VpsAvailability >
Properties |
|
---|---|
Result
|
override VpsAvailability
Gets the
VpsAvailability associated with this promise or the default value VpsAvailability.Unknown if the promise was cancelled. |
State
|
override PromiseState
Gets the
PromiseState associated with this promise. |
Public functions |
|
---|---|
Cancel()
|
override void
Cancels execution of this promise if it's still pending.
|
Properties
Result
override VpsAvailability Result
Gets the VpsAvailability
associated with this promise or the default value VpsAvailability.Unknown
if the promise was cancelled.
State
override PromiseState State
Gets the PromiseState
associated with this promise.
Used to determine if the promise is still waiting for the result.
Public functions
Cancel
override void Cancel()
Cancels execution of this promise if it's still pending.