Skip to content

In MvcFragment EventBusC2V is being used to post V2V events. #29

@venkatesh3007

Description

@venkatesh3007
protected void postEventV2V(BaseEventV2V event) {
      AndroidMvc.getEventBusC2V().post(event);
}

In the documentation you have specified that there are three separate event buses for different types of events then why is postEventV2V posting on C2V Event bus.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions