Kickflip Android SDK
Package Index
|
Class Index
io.kickflip.sdk
io.kickflip.sdk.activity
io.kickflip.sdk.api
io.kickflip.sdk.api.json
io.kickflip.sdk.av
io.kickflip.sdk.exception
io.kickflip.sdk.fragment
Classes
HlsStream
Response
Stream
StreamList
User
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
HlsStream
extends
Stream
java.lang.Object
↳
io.kickflip.sdk.api.json.Response
↳
io.kickflip.sdk.api.json.Stream
↳
io.kickflip.sdk.api.json.HlsStream
Class Overview
Created by davidbrodsky on 2/17/14.
Summary
Public Constructors
HlsStream
()
Public Methods
String
getAwsKey
()
String
getAwsS3Bucket
()
String
getAwsSecret
()
String
toString
()
[Expand]
Inherited Methods
From class
io.kickflip.sdk.api.json.Stream
int
compareTo
(
Stream
another)
String
getChatUrl
()
String
getCity
()
String
getCountry
()
String
getDescription
()
Map
getExtraInfo
()
String
getKickflipUrl
()
double
getLatitude
()
int
getLengthInSeconds
()
double
getLongitude
()
String
getOwnerAvatar
()
String
getOwnerName
()
String
getState
()
String
getStreamId
()
String
getStreamType
()
String
getStreamUrl
()
String
getThumbnailUrl
()
String
getTimeStarted
()
String
getTitle
()
String
getUploadUrl
()
boolean
isDeleted
()
boolean
isPrivate
()
void
setCity
(
String
mCity)
void
setCountry
(
String
mCountry)
void
setDeleted
(boolean deleted)
void
setDescription
(
String
mDescription)
void
setExtraInfo
(
Map
mExtraInfo)
void
setIsPrivate
(boolean mPrivate)
void
setLatitude
(double mLatitude)
void
setLongitude
(double mLongitude)
void
setState
(
String
mState)
void
setThumbnailUrl
(
String
url)
void
setTitle
(
String
mTitle)
String
toString
()
From class
io.kickflip.sdk.api.json.Response
String
getReason
()
boolean
isSuccessful
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
java.lang.Comparable
abstract int
compareTo
(T arg0)
Public Constructors
public
HlsStream
()
Public Methods
public
String
getAwsKey
()
public
String
getAwsS3Bucket
()
public
String
getAwsSecret
()
public
String
toString
()