- msg
- Documentation for this section has not yet been entered.
- uptimeMillis
- The absolute time at which the message should be delivered, using the SystemClock.UptimeMillis time-base.
Documentation for this section has not yet been entered.
Enqueue a message into the message queue after all pending messages before the absolute time (in milliseconds) uptimeMillis. The time-base is SystemClock.UptimeMillis. Time spent in deep sleep will add an additional delay to execution. You will receive it in Handler.HandleMessage(Message), in the thread attached to this handler.