public SingleLineViewHelper(ConversationsState state, StreamView view) { this.state = state; this.view = view; }
public ActivityStreamViewHelper(ConversationsState state, StreamView view) { this.state = state; this.view = view; }
public PluginHelper(ConversationsState state) { this.state = state; }
public NewItemsPluginHelper(ConversationsState state) { this.state = state; }