Skip to content

Commit 818ce72

Browse files
marcbaechingerchristosts
authored andcommitted
Clarify what default settings are being used for SSAI AdsLoader
PiperOrigin-RevId: 502388865 (cherry picked from commit abe11c8)
1 parent 903915d commit 818ce72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/exoplayer_ima/src/main/java/androidx/media3/exoplayer/ima/ImaServerSideAdInsertionMediaSource.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ public Builder(Context context, AdViewProvider adViewProvider) {
213213
/**
214214
* Sets the IMA SDK settings.
215215
*
216-
*

If this method is not called the default settings will be used.

216+
*

If this method is not called, the {@linkplain ImaSdkFactory#createImaSdkSettings()

217+
* default settings} will be used with the language set to {@linkplain
218+
* Util#getSystemLanguageCodes() the preferred system language}.
217219
*
218220
* @param imaSdkSettings The {@link ImaSdkSettings}.
219221
* @return This builder, for convenience.

0 commit comments

Comments
 (0)