public class ImsUceManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_UCE_SERVICE_DOWN |
static String |
ACTION_UCE_SERVICE_UP |
static String |
EXTRA_PHONE_ID
Part of the ACTION_UCE_SERVICE_UP or _DOWN intents.
|
static int |
UCE_SERVICE_STATUS_CLOSED
Indicate UI destroy Presence/Options
|
static int |
UCE_SERVICE_STATUS_FAILURE
Uce Service status received in IUceListener.setStatus()
callback
|
static int |
UCE_SERVICE_STATUS_ON
indicate UI to call Presence/Options API.
|
static int |
UCE_SERVICE_STATUS_READY
Service up and trying to register for network events
|
Modifier and Type | Method and Description |
---|---|
void |
createUceService(boolean checkService)
Gets the IBinder to UCE service
Client should call this after receving ACTION_UCE_SERVICE_UP
event.
|
static ImsUceManager |
getInstance(Context context,
int phoneId)
Gets the instance of UCE Manager
|
IUceService |
getUceServiceInstance()
Gets the Uce service Instance
client should call this API only after createUceService()
this instance is deleted when ACTION_UCE_SERVICE_DOWN event
is received.
|
public static final String ACTION_UCE_SERVICE_UP
public static final String ACTION_UCE_SERVICE_DOWN
public static final int UCE_SERVICE_STATUS_FAILURE
public static final int UCE_SERVICE_STATUS_ON
public static final int UCE_SERVICE_STATUS_CLOSED
public static final int UCE_SERVICE_STATUS_READY
public static final String EXTRA_PHONE_ID
public static ImsUceManager getInstance(Context context, int phoneId)
public IUceService getUceServiceInstance()
public void createUceService(boolean checkService)