NearShareStatus Enum

  • java.lang.Object
    • java.lang.Enum<NearShareStatus>
      • com.microsoft.connecteddevices.remotesystems.commanding.nearshare.NearShareStatus

public enum NearShareStatus

Contains values that describe the result of a nearby sharing operation.

Fields

CANCELLED

The sharing operation was cancelled.

COMPLETED

The sharing operation completed.

CONNECTION_ESTABLISHED

A connection to the receiving device was established.

DENIED_BY_REMOTE_SYSTEM

The sharing operation was denied by the receiving device.

IN_PROGRESS

The sharing operation is still in progress.

NETWORK_ERROR

The operation could not complete because of a network error.

NO_SIGNEDIN_USER

There is not signed in user on the receiving device.

PLATFORM_ERROR

The operation could not complete because of a platform error.

TIMED_OUT

The sharing operation timed out.

UNKNOWN

The status is unknown.

VERSION_MISMATCH

The operation could not complete because of a version mismatch.

Methods

fromInt(int value)

public static NearShareStatus fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to