-
public class OnDeviceProcessingManager
-
-
Field Summary
Fields Modifier and Type Field Description public final static OnDeviceProcessingManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleanisOnDeviceProcessingEnabled()final static UnitsendInstallEventAsync(String applicationId, String preferencesName)final static UnitsendCustomEventAsync(String applicationId, AppEvent event)-
-
Method Detail
-
isOnDeviceProcessingEnabled
final static Boolean isOnDeviceProcessingEnabled()
-
sendInstallEventAsync
final static Unit sendInstallEventAsync(String applicationId, String preferencesName)
-
sendCustomEventAsync
final static Unit sendCustomEventAsync(String applicationId, AppEvent event)
-
-
-
-