Back to project page Buddy-Android-SDK.
The source code is released under:
Apache License
If you think the Android project Buddy-Android-SDK listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package chat.sample.buddy.com.buddychat; /*from w ww . ja va 2 s . c om*/ import com.buddy.sdk.models.User; /** * Created by shawn on 8/27/14. */ public abstract class GetCurrentUserCallback { public abstract void complete(User user); }