Skip to content

Commit

Permalink
Clarify what default settings are being used for SSAI AdsLoader
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 502388865
  • Loading branch information
marcbaechinger authored and rohitjoins committed Jan 17, 2023
1 parent e28d434 commit 26e1a28
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ public Builder(Context context, AdViewProvider adViewProvider) {
/**
* Sets the IMA SDK settings.
*
* <p>If this method is not called the default settings will be used.
* <p>If this method is not called, the {@linkplain ImaSdkFactory#createImaSdkSettings()
* default settings} will be used with the language set to {@linkplain
* Util#getSystemLanguageCodes() the preferred system language}.
*
* @param imaSdkSettings The {@link ImaSdkSettings}.
* @return This builder, for convenience.
Expand Down

0 comments on commit 26e1a28

Please sign in to comment.