-
public interface MenigaUserEventsOperations
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description abstract Result<List<MenigaUserEvent>>
getUserEvents()
abstract Result<Void>
setSubscription(List<UserEventType> userEventTypeIdentifiers, boolean isSubscribed, String channelName, String reason)
abstract Result<Void>
updateSettings(Map<String, String> subscriptionSettings)
-
-
Method Detail
-
getUserEvents
abstract Result<List<MenigaUserEvent>> getUserEvents()
-
setSubscription
abstract Result<Void> setSubscription(List<UserEventType> userEventTypeIdentifiers, boolean isSubscribed, String channelName, String reason)
-
-
-
-