Classes Files

Wombat::Mama::StartBackgroundCallbackForwarder

This class is used for forward callback events from the native mama_startBackground function to the client’s of this class.

Public Functions

  Name
delegate void StartBackgroundCompleteDelegate(MamaStatus.mamaStatus status)
Delegate is use
  StartBackgroundCallbackForwarder(MamaStartBackgroundCallback callback)

Public Functions Documentation

function StartBackgroundCompleteDelegate

delegate void StartBackgroundCompleteDelegate(
    MamaStatus.mamaStatus status
)

Delegate is use

Parameters:

  • status The status returned from mama_start.

function StartBackgroundCallbackForwarder

StartBackgroundCallbackForwarder(
    MamaStartBackgroundCallback callback
)

Updated on 2023-03-31 at 15:29:32 +0100