onReceiveMessage

open override fun onReceiveMessage(messageWhat: Int, msg: Message)

Handles IPC messaging.

Since this service supports local binding and messenger binding for IPC, and this function is for the latter, then this function is open and not abstract.

Parameters

messageWhat
msg