Перейти к основному содержанию

Callback.NativeGuiChangedFunction

Function used in "NativeGuiChanged" callback.

Callable

  • NativeGuiChangedFunction(screenName: string, lastScreenName: string, isPushEvent: boolean): void

  • Parameters

    • screenName: string

      current screen name

    • lastScreenName: string

      previous screen name

    • isPushEvent: boolean

      if true, the new screen was pushed to the screen stack, popped from the stack otherwise

    Returns void