ResourceStates instead.@Deprecated @Beta public final class EventTypes extends Object
Beta
void handleNotification(Subscription subscription, UnparsedNotification notification) {
if (notification.getEventType().equals(EventTypes.UPDATED)) {
// add items in the notification to the local client state ...
}
}
public static final String SYNC
public static final String UPDATED
public static final String DELETED
Copyright © 2010-2013 Google. All Rights Reserved.