GoogleMobileAds.Api.NativeTemplateStyle

Style options for native templates.

Summary

Constructors and Destructors

NativeTemplateStyle()
NativeTemplateStyle(NativeTemplateStyle templateStyle)

Public attributes

CallToActionText
The NativeTemplateTextStyle for the call to action.
MainBackgroundColor
Color
PrimaryText
SecondaryText
The NativeTemplateTextStyle for the second row of text in the template.
TemplateId
string
The NativeTemplateID to be loaded.
TertiaryText
The NativeTemplateTextStyle for the third row of text in the template.

Public attributes

CallToActionText

NativeTemplateTextStyle CallToActionText

The NativeTemplateTextStyle for the call to action.

MainBackgroundColor

Color MainBackgroundColor

PrimaryText

NativeTemplateTextStyle PrimaryText

SecondaryText

NativeTemplateTextStyle SecondaryText

The NativeTemplateTextStyle for the second row of text in the template.

TemplateId

string TemplateId

The NativeTemplateID to be loaded.

TertiaryText

NativeTemplateTextStyle TertiaryText

The NativeTemplateTextStyle for the third row of text in the template.

Public functions

NativeTemplateStyle

 NativeTemplateStyle()

NativeTemplateStyle

 NativeTemplateStyle(
  NativeTemplateStyle templateStyle
)