Unit CastleMessaging
Description
Message system to communicate between native code and Java on Android (TMessaging).
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Description
Functions and Procedures
function Messaging: TMessaging; |
|
Auto-created single instance of TMessaging to communicate between native code and Java on Android.
|
Types
TMessageReceivedEvent = function (const Received: TCastleStringList): boolean of object; |
|
Called by TMessaging when a new message from Java is received. Returns if the message was handled (this does not block the message from being passed to other callbacks, it only means we will not report a warning about unhandled message).
|
Generated by PasDoc 0.14.0.
|