Hi,
I’m having some issues getting a welcome screen to show on the second display. At the moment the second display just flashes white then returns to the standard Poynt. The code I am using is:
Bitmap welcome_screen = BitmapFactory.decodeResource(getResources(),R.drawable.welcomescreen);
mSecondScreenService.displayWelcome("", welcome_screen, new IPoyntSecondScreenCheckInListener() {
Any ideas?
Many thanks
Andrew