

Unactive banners are ignored.Ĭurrently tenerity-blender-sdk assumes that the response of the API call to the Blender API will only ever return one active banner of each type. Note that the specific banner object's active property must be set to true.

One of the properties of these objects informs us of whether this specific banner is an inline banner (intended to be displayed within the contents of a screen) or a full-screen banner (intended to be displayed in a full-screen modal).īy specifying the bannerType prop as either 'inline' of 'fullscreen' the component will use the first instance of a banner object inside of the API response array to render onto the screen.

The API call to the Blender API See documentation here returns an array of "banner objects".
