hosanna-ui-docs - v0.9.0
    Preparing search index...
    • Platform-specific decorator for injecting the global AA object. This is different to platformGlobal in that it is specifically for the app global. platformGlobal is the "this" object for the whole applications' context, while platformAppGlobal is a shared node, shared amongst the whole app Many libraries and components which integrate with roku apps, will use this object, and may expect you to interact with it.

      Native Platforms: Roku

      Parameters

      • target: any

        The target class.

      • propertyKey: string

        The property key.

      Returns void