2

I'm implementing my own UIManager in the login gitkit process of android app. Even so, I want the system only to handle the UIManager callbacks:

public void showPasswordAccountLinking(String s, IdProvider idProvider);
public void showIdpAccountLinking(String s, IdProvider idProvider, IdProvider idProvider1);

How can I achieve that?

Thanks

A-_-S
  • 680
  • 5
  • 21

1 Answers1

0

This version of UIManager does not support overriding a single screen. If you do not want to use the default UIManager, you need to provide your own UI for all the five screens. A new Android SDK is being developed, but there is no ETA yet.

Jin Liu
  • 2,203
  • 15
  • 13