|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.twitterapime.platform.PlatformProvider
public final class PlatformProvider
This class defines a platform provider which represents a given platform supported by Twitter API ME.
PlatformProviderSelector
Field Summary | |
---|---|
static int |
PPID_ANDROID
Constant that identifies the platform provider ID that represents the Android platform. |
static int |
PPID_JAVA_ME
Constant that identifies the platform provider ID that represents the Java Micro Edition platform. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
long |
getID()
Get the platform provider ID. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PPID_JAVA_ME
Constant that identifies the platform provider ID that represents the Java Micro Edition platform.
public static final int PPID_ANDROID
Constant that identifies the platform provider ID that represents the Android platform.
Coming soon!
Method Detail |
---|
public long getID()
Get the platform provider ID.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |