An identifier for this source that is unique within the location and must never change. The root folder will contain a folder based on this id.
Optional
nativeOptionally user-defined string id
for the native instance.
Used to access a certain native instance from any point in the source code then call
methods/properties on it.
When left empty, a random UUIDv4
is generated for it.
Accessing or creating the Player
with nativeId
equal to my-player
:
const player = new Player({ nativeId: 'my-player' })
player.play(); // call methods and properties...
The SourceConfig
used to download the offline resources.
Object used to configure a new
OfflineContentManager
instance.Platform
Android, iOS