(→Example) |
(→Start fingerprint mechanism on selected widget) |
||
Line 25: | Line 25: | ||
====Example==== | ====Example==== | ||
− | <code>@+id/fingerprint</code> - | + | <code>@+id/fingerprint</code> - target with fingerprint capabilities<br><br> |
<code>[gn:act_startFingerprint]|[@+id/fingerprint]</code> | <code>[gn:act_startFingerprint]|[@+id/fingerprint]</code> | ||
<hr> | <hr> |
Revision as of 10:35, 15 March 2017
gn:act_startFingerprint
- Description
- Action used to start fingerprint procedure on defined widget with fingerprint capabilities.
- Action returns
- boolean
Action signatures
Start fingerprint mechanism on selected widget
[gn:act_startFingerprint]|[target]
Parameter | Description |
---|---|
target | target where the fingerprint mechanism will be started |
Example
@+id/fingerprint
- target with fingerprint capabilities
[gn:act_startFingerprint]|[@+id/fingerprint]