Difference between revisions of "Trigger: Fingerprint Gesture"

m
m
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This trigger will be triggered when the selected gesture is performed on the fingerprint sensor.
 
This trigger will be triggered when the selected gesture is performed on the fingerprint sensor.
  
Line 6: Line 6:
 
Note that not all devices support this trigger, as some do not implement the standard Android fingerprint gesture APIs.
 
Note that not all devices support this trigger, as some do not implement the standard Android fingerprint gesture APIs.
 
</pre>
 
</pre>
 
'''Example Usage'''<br/>
 
When you perform the up-down gesture, the notification bar will be displayed, only if the device is unlocked.
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
Fingerprint gesture (Swipe down)
 
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
Pull down notification bar
 
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
Device unlocked
 
</pre><br>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
</pre><br>
 

Revision as of 23:35, 22 January 2024

This trigger will be triggered when the selected gesture is performed on the fingerprint sensor.

Additional note.

Note that not all devices support this trigger, as some do not implement the standard Android fingerprint gesture APIs.