Android SDK Version


public class RemoteServiceWrapper
Nested Class Summary
Modifier and TypeClassDescription
public enumRemoteServiceWrapper.ServiceResult
public enumRemoteServiceWrapper.EventType
Field Summary
Modifier and TypeFieldDescription
private final StringRECEIVER_SERVICE_ACTION
private final StringRECEIVER_SERVICE_PACKAGE
private final StringRECEIVER_SERVICE_PACKAGE_WAKIZASHI
public final static RemoteServiceWrapperINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static BooleanisServiceAvailable()
final static RemoteServiceWrapper.ServiceResultsendInstallEvent(String applicationId) Synchronously sends install event to the remote service.
final static RemoteServiceWrapper.ServiceResultsendCustomEvents(String applicationId, List<AppEvent> appEvents) Synchronously sends custom app events to the remote service.
final StringgetRECEIVER_SERVICE_ACTION()
final StringgetRECEIVER_SERVICE_PACKAGE()
final StringgetRECEIVER_SERVICE_PACKAGE_WAKIZASHI()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

isServiceAvailable

 final static BooleanisServiceAvailable()

sendInstallEvent

 final static RemoteServiceWrapper.ServiceResultsendInstallEvent(String applicationId)
Synchronously sends install event to the remote service. Do not call from the UI thread.

sendCustomEvents

 final static RemoteServiceWrapper.ServiceResultsendCustomEvents(String applicationId, List<AppEvent> appEvents)
Synchronously sends custom app events to the remote service. Do not call from the UI thread.

getRECEIVER_SERVICE_ACTION

 final StringgetRECEIVER_SERVICE_ACTION()

getRECEIVER_SERVICE_PACKAGE

 final StringgetRECEIVER_SERVICE_PACKAGE()

getRECEIVER_SERVICE_PACKAGE_WAKIZASHI

 final StringgetRECEIVER_SERVICE_PACKAGE_WAKIZASHI()