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.
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