public static final enum

OmletFeedApi.FeedKind

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ mobisocial.omlib.api.OmletFeedApi.FeedKind

Class Overview

A feed's "kind" defines different properties for the data streams usage. A "chat" feed is rendered in Omlet as a conversation. A "control" feed can share any kind of data but is not displayed to the user.

Summary

Enum Values
OmletFeedApi.FeedKind  Chat   
OmletFeedApi.FeedKind  Control   
OmletFeedApi.FeedKind  Direct   
OmletFeedApi.FeedKind  Public   
OmletFeedApi.FeedKind  SMS   
Public Methods
boolean equals(String value)
String getValue()
String toString()
static OmletFeedApi.FeedKind valueOf(String name)
final static FeedKind[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OmletFeedApi.FeedKind Chat

public static final OmletFeedApi.FeedKind Control

public static final OmletFeedApi.FeedKind Direct

public static final OmletFeedApi.FeedKind Public

public static final OmletFeedApi.FeedKind SMS

Public Methods

public boolean equals (String value)

public String getValue ()

public String toString ()

public static OmletFeedApi.FeedKind valueOf (String name)

public static final FeedKind[] values ()