Unit CastleMessaging

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Message system to communicate between native code and Java on Android (TMessaging).

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMessageReceivedEventList Used by TMessaging to manage a list of listeners.
Class TMessaging Message system to communicate between native code (Pascal) and Java on Android.

Functions and Procedures

function Messaging: TMessaging;

Types

TMessageReceivedEvent = function (const Received: TCastleStringList): boolean of object;

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.