Interface EventService


  • public interface EventService
    • Method Detail

      • send

        @POST("channels/{type}/{id}/event")
        retrofit2.Call<Event.EventSendResponse> send​(@NotNull @Path("type")
                                                     @NotNull java.lang.String channelType,
                                                     @NotNull @Path("id")
                                                     @NotNull java.lang.String channelId,
                                                     @NotNull @Body
                                                     @NotNull Event.EventSendRequestData eventSendRequestData)