Tracker.create

Creates a tracker for sending a message, providing a handler that is called when disposition updates are received for the message delivery.

@param message the message @param onUpdated the onUpdated handler @return the tracker

  1. Tracker create(Message message)
  2. Tracker create(Message message, Handler!Tracker onUpdated)
    interface Tracker
    static
    create

Meta