updateConfigStream property

Stream<VKWebAppUpdateConfig> updateConfigStream

Stream with VKWebAppUpdateConfig events: The client dispatches a VKWebAppUpdateConfig event to the application with information about the theme being used in the following cases:

  • immediately after VKWebAppInit
  • when showing a modal view controller;
  • when the keyboard appears / disappears / resizes
  • when changing the screen frame (including orientation)
  • when changing the color scheme

Implementation

Stream<VKWebAppUpdateConfig> get updateConfigStream;