KDispatcher v0.1.5 Release Notes

Release Date: 2018-07-20 // over 5 years ago
  • 🔄 change callback handler params count and type. Now it's a Notification object that holds your data in var and clear after executing the handler.

    • fun IKDispatcher.subscribe now inline with reified generic type for Notification data
    • ⚡️ update a simple app example