TIM SDK
TIM API C
brand_mode.h File Reference

Description

This attribute is used to specify which Brand icons are shown in the BrandBar element in a dialog.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_brand_mode ta_e_brand_mode_t
 

Enumerations

enum  ta_e_brand_mode { ta_c_bm_undefined = 0 , ta_c_bm_all = 1 , ta_c_bm_selected = 2 , ta_c_bm_off = 3 }
 

Typedef Documentation

◆ ta_e_brand_mode_t

This attribute is used to specify which Brand icons are shown in the BrandBar element in a dialog.

The following values are valid:

Specification: dialog.

Enumeration Type Documentation

◆ ta_e_brand_mode

This attribute is used to specify which Brand icons are shown in the BrandBar element in a dialog.

The following values are valid:

Specification: dialog.

Enumerator
ta_c_bm_undefined 

Undefined/invalid value.

ta_c_bm_all 

All supported brand icons are shown in the BrandBar.

Specification: dialog.

ta_c_bm_selected 

Only the selected brand icon is shown in the BrandBar. The brands that shall be displayed have to be defined with the BrandBar tag.

Specification: dialog.

ta_c_bm_off 

No brand icons are shown in the BrandBar.

Specification: dialog.