LiveSharingClient.LiveSharingFailureEventType

Stay organized with collections Save and categorize content based on your preferences.
public static final enum LiveSharingClient.LiveSharingFailureEventType extends Enum<LiveSharingClient.LiveSharingFailureEventType>

Represents a failure event occurred before, during or after a live sharing activity.

Inherited Method Summary

Enum Values

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_APP_GENERIC_ERROR

Failure due to a generic error with the live sharing application.

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_APP_NETWORK_CONNECTIVITY

Failure due to a network connectivity issue between the live sharing application and its servers.

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_APP_STARTUP

Failure due to an error in starting up the live sharing application.

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_EVENT_UNSPECIFIED

Failure event that is not specified in the predefined types.

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_USER_CANCELLED

Failure due to cancellation of the operation by the user.

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_USER_INSUFFICIENT_TIER

Failure due to the user membership tier not having sufficient privileges. e.g. user not having a premium membership for the live sharing application.

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_USER_UNAUTHORIZED

Failure due to the user being in wrong locale or age group etc., effectively being an unauthorized user for the live sharing activity.

public static final LiveSharingClient.LiveSharingFailureEventType FAILURE_USER_UNKNOWN

Failure due to user login or a related failure.