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
(cherry picked from commit abe11c8)
  • Loading branch information
marcbaechinger authored and christosts committed Jan 25, 2023
1 parent 903915d commit 818ce72
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,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 818ce72

Please sign in to comment.