public static final enum

VideoSharing.State

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.State

Class Overview

Video sharing state

Summary

Enum Values
VideoSharing.State  ABORTED  Sharing has been aborted  
VideoSharing.State  ACCEPTING  Sharing has been accepted and is in the process of becoming started  
VideoSharing.State  FAILED  Sharing has failed  
VideoSharing.State  INITIATING  Sharing invitation sent  
VideoSharing.State  INVITED  Sharing invitation received  
VideoSharing.State  REJECTED  Sharing has been rejected  
VideoSharing.State  RINGING  Ringing  
VideoSharing.State  STARTED  Sharing is started  
Public Methods
final int toInt()
static VideoSharing.State valueOf(String name)
static VideoSharing.State valueOf(int value)
final static State[] 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.State ABORTED

Since: API Level

Sharing has been aborted

public static final VideoSharing.State ACCEPTING

Since: API Level

Sharing has been accepted and is in the process of becoming started

public static final VideoSharing.State FAILED

Since: API Level

Sharing has failed

public static final VideoSharing.State INITIATING

Since: API Level

Sharing invitation sent

public static final VideoSharing.State INVITED

Since: API Level

Sharing invitation received

public static final VideoSharing.State REJECTED

Since: API Level

Sharing has been rejected

public static final VideoSharing.State RINGING

Since: API Level

Ringing

public static final VideoSharing.State STARTED

Since: API Level

Sharing is started

Public Methods

public final int toInt ()

Since: API Level 1.5

public static VideoSharing.State valueOf (String name)

Since: API Level 1.5

public static VideoSharing.State valueOf (int value)

Since: API Level 1.5

public static final State[] values ()

Since: API Level 1.5