mobi.voiceassistant.client.content
Interface IRemoteListAdapter

All Superinterfaces:
IInterface
All Known Implementing Classes:
IRemoteListAdapter.Stub, RemoteListAdapter, RemoteListAgent.BaseRemoteListAdapter

Deprecated. Use IBubbleListAdapter

public interface IRemoteListAdapter
extends IInterface


Nested Class Summary
static class IRemoteListAdapter.Stub
          Deprecated. Local-side IPC implementation stub class.
 
Method Summary
 int getCount()
          Deprecated.  
 RemoteViews getLoadingViews(int position)
          Deprecated.  
 PendingIntent getOnClickPendingIntent(int position)
          Deprecated.  
 RemoteViews getViews(int position)
          Deprecated.  
 boolean isLoading()
          Deprecated.  
 
Methods inherited from interface android.os.IInterface
asBinder
 

Method Detail

getCount

int getCount()
             throws RemoteException
Deprecated. 
Throws:
RemoteException

isLoading

boolean isLoading()
                  throws RemoteException
Deprecated. 
Throws:
RemoteException

getLoadingViews

RemoteViews getLoadingViews(int position)
                            throws RemoteException
Deprecated. 
Throws:
RemoteException

getViews

RemoteViews getViews(int position)
                     throws RemoteException
Deprecated. 
Throws:
RemoteException

getOnClickPendingIntent

PendingIntent getOnClickPendingIntent(int position)
                                      throws RemoteException
Deprecated. 
Throws:
RemoteException