Skip to content

Commit

Permalink
Update docstrings for Unity NativeTemplateId
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627201009
  • Loading branch information
ericleich authored and maddevrelgithubbot committed Apr 23, 2024
1 parent 9150702 commit f7bbd8d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace GoogleMobileAds.Api
{

/// <summary>
/// NativeTemplateID defines the Templates that can be used to render Native ads.
/// Defines ID constants for templates that can be used to render native ads.
/// </summary>
public class NativeTemplateId
{
Expand All @@ -38,7 +38,7 @@ public class NativeTemplateId
public class NativeTemplateStyle
{
/// <summary>
/// The NativeTemplateID to be loaded.
/// An identifier representing the native template to render.
/// </summary>
public string TemplateId;

Expand Down Expand Up @@ -69,7 +69,7 @@ public class NativeTemplateStyle

public NativeTemplateStyle()
{
// Default TemplateId set to `Small` Layout.
// Default to using the small template.
TemplateId = NativeTemplateId.Small;
}

Expand Down

0 comments on commit f7bbd8d

Please sign in to comment.