FileDocCategorySizeDatePackage
DemoImPlugin.javaAPI DocAndroid 1.5 API6871Wed May 06 22:42:46 BST 2009com.android.im.plugin.demo

DemoImPlugin

public class DemoImPlugin extends android.app.Service
Simple example of writing a plug-in for the IM application.

Fields Summary
private android.os.IBinder
mBinder
The implementation of IImPlugin defined through AIDL.
static final int[]
SMILEY_RES_IDS
An array of the smiley icon IDs. Note that the sequence of the array MUST match the smiley texts and smiley names defined in strings.xml.
Constructors Summary
Methods Summary
public android.os.IBinderonBind(android.content.Intent intent)

        return mBinder;