Uses of Class
de.geomobile.joined.api.exception.FriendFinderConflictException

Packages that use FriendFinderConflictException
de.geomobile.joined.api.client This package contains classes for the seamless integration of the Joined functionality into your own application. 
de.geomobile.joined.api.service This package contains classes for the internal communication with the Joined server. 
 

Uses of FriendFinderConflictException in de.geomobile.joined.api.client
 

Methods in de.geomobile.joined.api.client that throw FriendFinderConflictException
 void JoinedClient.delete(User user)
           
abstract  void AbstractJoinedClient.delete(User user)
          This methods deletes an existing user at the Joined server.
 User JoinedClient.register(String username, String password)
           
abstract  User AbstractJoinedClient.register(String username, String password)
          This methods creates a new user at the Joined server.
 

Uses of FriendFinderConflictException in de.geomobile.joined.api.service
 

Methods in de.geomobile.joined.api.service that throw FriendFinderConflictException
 String JoinedService.ffRegister(String name, String password)
          Register for FriendFinder users.
 



Copyright © 2012 GeoMobile GmbH. All Rights Reserved.