You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib_nbgl/doc/nbgl_use_case.dox
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ Some APIs have also been kept for backward compatibility, and for some rare case
61
61
- for Home Screen:
62
62
- @ref nbgl_useCaseHome() to draw the home screen of an application.
63
63
- @ref nbgl_useCaseHomeExt() to draw an extended version of home screen of an application (with action button)
64
-
- @ref nbgl_useCasePlugInHome() to draw the home screen of a Plug-In application
65
64
- for Settings:
66
65
- @ref nbgl_useCaseSettings() to draw a level of settings pages
67
66
- for most used reviews:
@@ -71,9 +70,6 @@ Some APIs have also been kept for backward compatibility, and for some rare case
71
70
- for address verification:
72
71
- @ref nbgl_useCaseAddressConfirmation() to draw an address confirmation page, with a possibility to see it as QR Code
73
72
- @ref nbgl_useCaseAddressConfirmationExt() to draw an address confirmation page, with a possibility to see it as QR Code and some extra tag/value pairs
74
-
- for rare reviews:
75
-
- @ref nbgl_useCaseForwardOnlyReview() to draw the pages of a forward-only review (without back key)
76
-
- @ref nbgl_useCaseViewDetails() to draw the pages displaying the full value of a given long data of a review
77
73
78
74
@subsection use_case_home_settings Home & Settings screen Use Case
Copy file name to clipboardExpand all lines: lib_nbgl/doc/nbgl_use_case_nanos.dox
-75Lines changed: 0 additions & 75 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,6 @@ A few APIs are available to draw typical Use-Cases, such as:
46
46
- for most used reviews:
47
47
- @ref nbgl_useCaseStaticReview() to draw the pages of a regular review, when all info are available from the beginning (see @subpage use_case_static_review)
48
48
- @ref nbgl_useCaseRegularReview() to draw the pages of a regular review (all pages but the cover one) (see @subpage use_case_regular_review)
49
-
- for rare reviews:
50
-
- @ref nbgl_useCaseForwardOnlyReview() to draw the pages of a forward-only review (without back) (see @subpage use_case_forward_only_review)
51
49
- for address verification:
52
50
- @ref nbgl_useCaseAddressConfirmation() to draw an address confirmation page (see @subpage use_case_addr_confirm)
53
51
- @ref nbgl_useCaseAddressConfirmationExt() to draw an address confirmation page, with some extra tag/value pairs (see @subpage use_case_addr_confirm_ext)
@@ -247,79 +245,6 @@ void startReview(void) {
247
245
}
248
246
@endcode
249
247
250
-
@subsection use_case_forward_only_review Forward only Review Use Case
251
-
252
-
Some message/transaction reviews may be too long to be memorized, so it is only possible to move forward.
253
-
254
-
In this case, no backward navigation is possible, and the number of pages cannot be defined at start-up.
255
-
256
-
The API to initiate the display of the series of forward-only review pages is @ref nbgl_useCaseForwardOnlyReview(), providing:
257
-
258
-
- a navigation callback called when to retrieve the content of the next page. It is also called to fill the initial page.
0 commit comments