--- title: "Display a screen on a large screen terminal" url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/java-native-interface-integration/extras-jni/display-a-screen-on-a-large-screen-terminal-jni" source_url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/java-native-interface-integration/extras-jni/display-a-screen-on-a-large-screen-terminal-jni.md" canonical: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/java-native-interface-integration/extras-jni/display-a-screen-on-a-large-screen-terminal-jni" last_modified: "2026-05-24T12:54:31+02:00" language: "en" --- # Display a screen on a large screen terminal [View source](/point-of-sale/classic-library-deprecation/classic-library-integrations/java-native-interface-integration/extras-jni/display-a-screen-on-a-large-screen-terminal-jni.md) ## Method | Name | Description | | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `showScreen` | For terminals with large screens (MX925, MX915) this method allows the cash register to display specific screens prior to the processing the tender. Use this method to display order items on a virtual receipt. | ## Parameters | Name | Type | Required | Description | | ---------- | ------ | ------------------------------------------------------------------------------------------- | --------------------------------------------- | | `xsltFile` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The xslt template file to be displayed. | | `b64XML` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The input data used to populate the template. | ## Callback | Name | Description | | -------------------- | ------------------------------------------------------------------------------------------------------- | | `showScreenCallback` | Callback used to return whether the screen displayed correctly, including error messages if applicable. | ## Returned Details | Name | Type | Description | | -------------- | ------------ | ---------------------------------------------------------------- | | `result` | AdyenResult | Result of the operation | | `screenId` | int | Unique id that identifies the `showScreen` operation. | | `screenResult` | ScreenResult | Determines if the terminal has accepted the `showScreen` request |