Using the Event API

Before you begin, see Event Functions.

Handling the back button event

<cfclientsettings enableDeviceAPI=true>
<cfclient>
 
<cfset cfclient.events.onBackButton("callbackfunc")>
 
<cffunction access="public" name="callbackfunc" returntype="void" >
<!--- Back button pressed --->
</cffunction> 

</cfclient>

Handling the critical battery event

<cfclientsettings enableDeviceAPI=true>
<cfclient>
 
<cfset cfclient.events.onBatteryCritical("callbackfunc")>

<cffunction access="public" name="callbackfunc" returntype="void" >
<!--- Battery critically low! --->
</cffunction> 
</cfclient>

Handling the low battery event

<cfclientsettings enableDeviceAPI=true>
<cfclient>
 
<cfset cfclient.events.onBatteryLow("callbackfunc")>

<cffunction access="public" name="callbackfunc" returntype="void" >
<!--- Battery low! --->
</cffunction> 
</cfclient>

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online