ForwardCommand /Application and system

void ForwardCommand(string commandLine)

Forwards a custom command line that can be captured by Android Java side or iOS Objective-C side.

This may be used to control ad positioning, flurry events, calling system's UI elements and other platform specific tasks.

ForwardCommand("open_url http://asanteegames.com/");
ForwardCommand("vibrate 100");

This page describes how to capture commands forwarded by this function.