public static final enum

ImageSharing.ReasonCode

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

Class Overview

Reason code associated with the image share state.

Summary

Enum Values
ImageSharing.ReasonCode  ABORTED_BY_REMOTE  Image share is aborted by remote user. 
ImageSharing.ReasonCode  ABORTED_BY_SYSTEM  Image share is aborted by system. 
ImageSharing.ReasonCode  ABORTED_BY_USER  Image share is aborted by local user. 
ImageSharing.ReasonCode  FAILED_INITIATION  Image share initiation failed;  
ImageSharing.ReasonCode  FAILED_SAVING  Saving of the image share has failed. 
ImageSharing.ReasonCode  FAILED_SHARING  Sharing of the image share has failed. 
ImageSharing.ReasonCode  REJECTED_BY_REMOTE  Incoming image was rejected by remote. 
ImageSharing.ReasonCode  REJECTED_BY_SECONDARY_DEVICE  Image share is rejected because already taken by the secondary device. 
ImageSharing.ReasonCode  REJECTED_BY_SYSTEM  Incoming image was rejected by system. 
ImageSharing.ReasonCode  REJECTED_BY_TIMEOUT  Incoming image was rejected by timeout. 
ImageSharing.ReasonCode  REJECTED_BY_USER  Incoming image was rejected by local user. 
ImageSharing.ReasonCode  REJECTED_LOW_SPACE  Incoming image was rejected as is cannot be received due to lack of local storage space. 
ImageSharing.ReasonCode  REJECTED_MAX_SHARING_SESSIONS  Incoming image was rejected because max number of sharing sessions is achieved. 
ImageSharing.ReasonCode  REJECTED_MAX_SIZE  Incoming image was rejected as it was too big to be received. 
ImageSharing.ReasonCode  REJECTED_SPAM  Incoming image was rejected because it is spam. 
ImageSharing.ReasonCode  UNSPECIFIED  No specific reason code specified. 
Public Methods
final int toInt()
static ImageSharing.ReasonCode valueOf(String name)
static ImageSharing.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 ImageSharing.ReasonCode ABORTED_BY_REMOTE

Since: API Level

Image share is aborted by remote user.

public static final ImageSharing.ReasonCode ABORTED_BY_SYSTEM

Since: API Level

Image share is aborted by system.

public static final ImageSharing.ReasonCode ABORTED_BY_USER

Since: API Level

Image share is aborted by local user.

public static final ImageSharing.ReasonCode FAILED_INITIATION

Since: API Level

Image share initiation failed;

public static final ImageSharing.ReasonCode FAILED_SAVING

Since: API Level

Saving of the image share has failed.

public static final ImageSharing.ReasonCode FAILED_SHARING

Since: API Level

Sharing of the image share has failed.

public static final ImageSharing.ReasonCode REJECTED_BY_REMOTE

Since: API Level

Incoming image was rejected by remote.

public static final ImageSharing.ReasonCode REJECTED_BY_SECONDARY_DEVICE

Since: API Level

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

public static final ImageSharing.ReasonCode REJECTED_BY_SYSTEM

Since: API Level

Incoming image was rejected by system.

public static final ImageSharing.ReasonCode REJECTED_BY_TIMEOUT

Since: API Level

Incoming image was rejected by timeout.

public static final ImageSharing.ReasonCode REJECTED_BY_USER

Since: API Level

Incoming image was rejected by local user.

public static final ImageSharing.ReasonCode REJECTED_LOW_SPACE

Since: API Level

Incoming image was rejected as is cannot be received due to lack of local storage space.

public static final ImageSharing.ReasonCode REJECTED_MAX_SHARING_SESSIONS

Since: API Level

Incoming image was rejected because max number of sharing sessions is achieved.

public static final ImageSharing.ReasonCode REJECTED_MAX_SIZE

Since: API Level

Incoming image was rejected as it was too big to be received.

public static final ImageSharing.ReasonCode REJECTED_SPAM

Since: API Level

Incoming image was rejected because it is spam.

public static final ImageSharing.ReasonCode UNSPECIFIED

Since: API Level

No specific reason code specified.

Public Methods

public final int toInt ()

Since: API Level 1.5

public static ImageSharing.ReasonCode valueOf (String name)

Since: API Level 1.5

public static ImageSharing.ReasonCode valueOf (int value)

Since: API Level 1.5

public static final ReasonCode[] values ()

Since: API Level 1.5