Beispiel #1
0
 public override View OnCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 {
     chatWindow = (ChatWindowView)inflater.Inflate(Resource.Layout.view_chat_window, container, false);
     chatWindow.SetUpWindow(configuration);
     chatWindow.SetUpListener(this);
     chatWindow.Initialize();
     chatWindow.ShowChatWindow();
     return(chatWindow);
 }
 public LCWebChromeClient(ChatWindowView ChatWindow) : base()
 {
     this.ChatWindow = ChatWindow;
 }
 public ChatWindowJsInterface(ChatWindowView view) => this.view = view;