(→Start fingerprint mechanism on selected widget) |
m (formatting) |
||
Line 10: | Line 10: | ||
===Start fingerprint mechanism on selected widget=== | ===Start fingerprint mechanism on selected widget=== | ||
− | ;<code>[gn:act_startFingerprint]|[target]</code> | + | :;<code>[gn:act_startFingerprint]|[target]</code> |
− | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | + | :{| class="wikitable sortable" style="font-size: 85%; text-align: left;" |
|- | |- | ||
! scope="col" | Parameter | ! scope="col" | Parameter | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | [[target]] | + | | <code>[[target]]</code> |
| [[target]] where the fingerprint mechanism will be started | | [[target]] where the fingerprint mechanism will be started | ||
* Valid [[target|targets]]: | * Valid [[target|targets]]: | ||
Line 25: | Line 25: | ||
====Example==== | ====Example==== | ||
− | <code>@+id/fingerprint</code> - target with fingerprint capabilities | + | :<code>@+id/fingerprint</code> - target with fingerprint capabilities<br> |
− | <code>[gn:act_startFingerprint]|[@+id/fingerprint]</code> | + | :; ⤷ <code>[gn:act_startFingerprint]|[@+id/fingerprint]</code> |
<hr> | <hr> |
Latest revision as of 16:20, 12 July 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]
Example
@+id/fingerprint
- target with fingerprint capabilities
- ⤷
[gn:act_startFingerprint]|[@+id/fingerprint]
- ⤷