public static final enum

VideoSharing.ReasonCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.gsma.services.rcs.sharing.video.VideoSharing.ReasonCode

Class Overview

Reason code associated with the video share state.

Summary

Enum Values
VideoSharing.ReasonCode  ABORTED_BY_REMOTE  Video share is aborted by remote user. 
VideoSharing.ReasonCode  ABORTED_BY_SYSTEM  Video share is aborted by system. 
VideoSharing.ReasonCode  ABORTED_BY_USER  Video share is aborted by local user. 
VideoSharing.ReasonCode  FAILED_INITIATION  Video share initiation failed. 
VideoSharing.ReasonCode  FAILED_SHARING  Sharing of the video share has failed. 
VideoSharing.ReasonCode  REJECTED_BY_REMOTE  Video share invitation was rejected by remote. 
VideoSharing.ReasonCode  REJECTED_BY_SECONDARY_DEVICE  Video share is rejected because already taken by the secondary device. 
VideoSharing.ReasonCode  REJECTED_BY_SYSTEM  Video share been rejected due to system. 
VideoSharing.ReasonCode  REJECTED_BY_TIMEOUT  Video share been rejected due to timeout. 
VideoSharing.ReasonCode  REJECTED_BY_USER  Video share invitation was rejected by local user. 
VideoSharing.ReasonCode  REJECTED_MAX_SHARING_SESSIONS  Video share invitation was rejected due to max number of sharing sessions already are open. 
VideoSharing.ReasonCode  REJECTED_SPAM  Video share invitation was rejected because it is spam. 
VideoSharing.ReasonCode  UNSPECIFIED  No specific reason code specified. 
Public Methods
final int toInt()
static VideoSharing.ReasonCode valueOf(String name)
static VideoSharing.ReasonCode valueOf(int value)
final static ReasonCode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VideoSharing.ReasonCode ABORTED_BY_REMOTE

Since: API Level

Video share is aborted by remote user.

public static final VideoSharing.ReasonCode ABORTED_BY_SYSTEM

Since: API Level

Video share is aborted by system.

public static final VideoSharing.ReasonCode ABORTED_BY_USER

Since: API Level

Video share is aborted by local user.

public static final VideoSharing.ReasonCode FAILED_INITIATION

Since: API Level

Video share initiation failed.

public static final VideoSharing.ReasonCode FAILED_SHARING

Since: API Level

Sharing of the video share has failed.

public static final VideoSharing.ReasonCode REJECTED_BY_REMOTE

Since: API Level

Video share invitation was rejected by remote.

public static final VideoSharing.ReasonCode REJECTED_BY_SECONDARY_DEVICE

Since: API Level

Video share is rejected because already taken by the secondary device.

public static final VideoSharing.ReasonCode REJECTED_BY_SYSTEM

Since: API Level

Video share been rejected due to system.

public static final VideoSharing.ReasonCode REJECTED_BY_TIMEOUT

Since: API Level

Video share been rejected due to timeout.

public static final VideoSharing.ReasonCode REJECTED_BY_USER

Since: API Level

Video share invitation was rejected by local user.

public static final VideoSharing.ReasonCode REJECTED_MAX_SHARING_SESSIONS

Since: API Level

Video share invitation was rejected due to max number of sharing sessions already are open.

public static final VideoSharing.ReasonCode REJECTED_SPAM

Since: API Level

Video share invitation was rejected because it is spam.

public static final VideoSharing.ReasonCode UNSPECIFIED

Since: API Level

No specific reason code specified.

Public Methods

public final int toInt ()

Since: API Level 1.5

public static VideoSharing.ReasonCode valueOf (String name)

Since: API Level 1.5

public static VideoSharing.ReasonCode valueOf (int value)

Since: API Level 1.5

public static final ReasonCode[] values ()

Since: API Level 1.5