Instream SDK
7.26.0
androidJvm
Instream SDK
/
com.smartadserver.android.instreamsdk.util
/
SVSConfiguration
SVSConfiguration
open
class
SVSConfiguration
:
SCSConfiguration
,
SCSLogDataSource
,
SCSLocationManagerDataSource
This class holds the global configuration of the SDK.
Members
Properties
default
Ad
Player
Configuration
Link copied to clipboard
@
NonNull
@get:
NonNull
open
var
defaultAdPlayerConfiguration
:
SVSAdPlayerConfiguration
The default ad player configuration used by the Video SDK.
default
Ad
Rules
Link copied to clipboard
@
NonNull
@get:
NonNull
open
var
defaultAdRules
:
Array
<
SVSAdRule
>
The default ad rules used by the Video SDK.
shared
Instance
Link copied to clipboard
@
Nullable
@get:
NonNull
open
val
sharedInstance
:
SVSConfiguration
The shared SVSConfiguration instance.
Functions
configure
Link copied to clipboard
open
fun
configure
(
@
NonNull
context
:
Context
,
@
IntRange
(
from
=
1
)
siteId
:
Int
)
Configures the SDK for a given site ID.
set
Logging
Enabled
Link copied to clipboard
open
fun
setLoggingEnabled
(
loggingEnabled
:
Boolean
)
Returns whether the logging is enabled.