de.geomobile.joined.api.config
Class JOConfig

java.lang.Object
  extended by de.geomobile.joined.api.config.JOConfig

public class JOConfig
extends Object

This class contains various static variables that provide internal management information for communicating with the Joined server.


Field Summary
static String ACTIVE
          This variable is not documented and for internal use only.
static String ATTACHMENT
          This variable is not documented and for internal use only.
static String CREATION_DATE
          This variable is not documented and for internal use only.
static String FB_ID
          This variable is not documented and for internal use only.
static String FF_FRIENDS
          This variable is not documented and for internal use only.
static String FF_LOGIN
          This variable is not documented and for internal use only.
static String FF_MESSAGE
          This variable is not documented and for internal use only.
static String FF_REGISTER
          This variable is not documented and for internal use only.
static String FRIEND
          This variable is not documented and for internal use only.
static int FRIEND_STATUS_NO
          This variable indicates that there is no friend relationship to another user (Friend).
static int FRIEND_STATUS_PENDING
          This variable indicates that there is a pending friend invitation for another user (Friend).
static int FRIEND_STATUS_YES
          This variable indicates that there is an active friend relationship to another user (Friend).
static String FRIENDS
          This variable is not documented and for internal use only.
static String HASH
          This variable is not documented and for internal use only.
static String ID
          This variable is not documented and for internal use only.
static String IMAGE
          This variable is not documented and for internal use only.
static String IMAGE_HASH
          This variable is not documented and for internal use only.
static String IMAGE_KEY
          This variable is not documented and for internal use only.
static String IS_ACTIVE
          This variable is not documented and for internal use only.
static String ISO_8859
          This variable is not documented and for internal use only.
static String JOINED_API_KEY
          The unqique identifier for the public Joined API.
static String JOINED_SERVER
          The URL of the Joined server.
static String LAST_POS_UPDATE
          This variable is not documented and for internal use only.
static String LATITUDE
          This variable is not documented and for internal use only.
static String LONGITUDE
          This variable is not documented and for internal use only.
static String MD5
          This variable is not documented and for internal use only.
static int MESSAGE_FROM
          This variable is not documented and for internal use only.
static int MESSAGE_TO
          This variable is not documented and for internal use only.
static String NICKNAME
          This variable is not documented and for internal use only.
static String PASSWORD
          This variable is not documented and for internal use only.
static String REGISTRATION_ID
          This variable is not documented and for internal use only.
static String SEARCH
          This variable is not documented and for internal use only.
static String SECURE_TOKEN
          This variable is not documented and for internal use only.
static String SENDER_ID
          This variable is not documented and for internal use only.
static String SHA_1
          This variable is not documented and for internal use only.
static String STATUS
          This variable is not documented and for internal use only.
static String TEST_USER_1
          The name and password for the first user to be created during JUnit tests.
static String TEST_USER_2
          The name and password for the second user to be created during JUnit tests.
static String TEXT
          This variable is not documented and for internal use only.
static String TEXT_MSG
          This variable is not documented and for internal use only.
static String TEXT_PLAIN
          This variable is not documented and for internal use only.
static String TITLE
          This variable is not documented and for internal use only.
static String UTF_8
          This variable is not documented and for internal use only.
 
Constructor Summary
JOConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOINED_SERVER

public static final String JOINED_SERVER
The URL of the Joined server.

See Also:
Constant Field Values

JOINED_API_KEY

public static final String JOINED_API_KEY
The unqique identifier for the public Joined API.

See Also:
Constant Field Values

TEST_USER_1

public static String TEST_USER_1
The name and password for the first user to be created during JUnit tests.


TEST_USER_2

public static final String TEST_USER_2
The name and password for the second user to be created during JUnit tests.

See Also:
Constant Field Values

FRIEND_STATUS_NO

public static final int FRIEND_STATUS_NO
This variable indicates that there is no friend relationship to another user (Friend).

See Also:
Constant Field Values

FRIEND_STATUS_YES

public static final int FRIEND_STATUS_YES
This variable indicates that there is an active friend relationship to another user (Friend).

See Also:
Constant Field Values

FRIEND_STATUS_PENDING

public static final int FRIEND_STATUS_PENDING
This variable indicates that there is a pending friend invitation for another user (Friend).

See Also:
Constant Field Values

TEXT_MSG

public static final String TEXT_MSG
This variable is not documented and for internal use only.

See Also:
Constant Field Values

MESSAGE_FROM

public static final int MESSAGE_FROM
This variable is not documented and for internal use only.

See Also:
Constant Field Values

MESSAGE_TO

public static final int MESSAGE_TO
This variable is not documented and for internal use only.

See Also:
Constant Field Values

FF_REGISTER

public static final String FF_REGISTER
This variable is not documented and for internal use only.

See Also:
Constant Field Values

FF_LOGIN

public static final String FF_LOGIN
This variable is not documented and for internal use only.

See Also:
Constant Field Values

FF_FRIENDS

public static final String FF_FRIENDS
This variable is not documented and for internal use only.

See Also:
Constant Field Values

FF_MESSAGE

public static final String FF_MESSAGE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

FRIENDS

public static final String FRIENDS
This variable is not documented and for internal use only.

See Also:
Constant Field Values

FRIEND

public static final String FRIEND
This variable is not documented and for internal use only.

See Also:
Constant Field Values

SEARCH

public static final String SEARCH
This variable is not documented and for internal use only.

See Also:
Constant Field Values

IMAGE

public static final String IMAGE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

HASH

public static final String HASH
This variable is not documented and for internal use only.

See Also:
Constant Field Values

NICKNAME

public static final String NICKNAME
This variable is not documented and for internal use only.

See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
This variable is not documented and for internal use only.

See Also:
Constant Field Values

REGISTRATION_ID

public static final String REGISTRATION_ID
This variable is not documented and for internal use only.

See Also:
Constant Field Values

FB_ID

public static final String FB_ID
This variable is not documented and for internal use only.

See Also:
Constant Field Values

SECURE_TOKEN

public static final String SECURE_TOKEN
This variable is not documented and for internal use only.

See Also:
Constant Field Values

ID

public static final String ID
This variable is not documented and for internal use only.

See Also:
Constant Field Values

ATTACHMENT

public static final String ATTACHMENT
This variable is not documented and for internal use only.

See Also:
Constant Field Values

TITLE

public static final String TITLE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

IMAGE_HASH

public static final String IMAGE_HASH
This variable is not documented and for internal use only.

See Also:
Constant Field Values

ACTIVE

public static final String ACTIVE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

STATUS

public static final String STATUS
This variable is not documented and for internal use only.

See Also:
Constant Field Values

LAST_POS_UPDATE

public static final String LAST_POS_UPDATE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

LATITUDE

public static final String LATITUDE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

LONGITUDE

public static final String LONGITUDE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

CREATION_DATE

public static final String CREATION_DATE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

SENDER_ID

public static final String SENDER_ID
This variable is not documented and for internal use only.

See Also:
Constant Field Values

IMAGE_KEY

public static final String IMAGE_KEY
This variable is not documented and for internal use only.

See Also:
Constant Field Values

IS_ACTIVE

public static final String IS_ACTIVE
This variable is not documented and for internal use only.

See Also:
Constant Field Values

UTF_8

public static final String UTF_8
This variable is not documented and for internal use only.

See Also:
Constant Field Values

TEXT

public static final String TEXT
This variable is not documented and for internal use only.

See Also:
Constant Field Values

TEXT_PLAIN

public static final String TEXT_PLAIN
This variable is not documented and for internal use only.

See Also:
Constant Field Values

SHA_1

public static final String SHA_1
This variable is not documented and for internal use only.

See Also:
Constant Field Values

ISO_8859

public static final String ISO_8859
This variable is not documented and for internal use only.

See Also:
Constant Field Values

MD5

public static final String MD5
This variable is not documented and for internal use only.

See Also:
Constant Field Values
Constructor Detail

JOConfig

public JOConfig()


Copyright © 2012 GeoMobile GmbH. All Rights Reserved.