Searched defs:ChimpChat (Results 1 - 1 of 1) sorted by relevance

/sdk/chimpchat/src/com/android/chimpchat/
H A DChimpChat.java28 * ChimpChat is a host-side library that provides an API for communication with
33 public class ChimpChat { class
37 private ChimpChat(IChimpBackend backend) { method in class:ChimpChat
42 * Generates a new instance of ChimpChat based on the options passed.
43 * @param options a map of settings for the new ChimpChat instance
44 * @return a new instance of ChimpChat or null if errors occur during creation
46 public static ChimpChat getInstance(Map<String, String> options) {
52 ChimpChat chimpchat = new ChimpChat(backend);
56 /** Generates a new instance of ChimpChat usin
[all...]

Completed in 171 milliseconds