public class RemoteServiceWrapper
extends java.lang.Object
| Constructor and Description |
|---|
RemoteServiceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isServiceAvailable() |
static com.facebook.appevents.ondeviceprocessing.RemoteServiceWrapper.ServiceResult |
sendCustomEvents(java.lang.String applicationId,
java.util.List<AppEvent> appEvents)
Synchronously sends custom app events to the remote service.
|
static com.facebook.appevents.ondeviceprocessing.RemoteServiceWrapper.ServiceResult |
sendInstallEvent(java.lang.String applicationId)
Synchronously sends install event to the remote service.
|
public static com.facebook.appevents.ondeviceprocessing.RemoteServiceWrapper.ServiceResult sendInstallEvent(java.lang.String applicationId)
public static com.facebook.appevents.ondeviceprocessing.RemoteServiceWrapper.ServiceResult sendCustomEvents(java.lang.String applicationId,
java.util.List<AppEvent> appEvents)
public static boolean isServiceAvailable()