FragmentLoader
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
loaders: {} |
|
Method Summary
| Public Methods | ||
| public |
destroy() |
|
| public |
|
|
| public |
loadprogress(stats: *, context: *, data: *, networkDetails: undefined) |
|
| public |
loadsuccess(response: *, stats: *, context: *, networkDetails: undefined) |
|
| public |
loadtimeout(stats: *, context: *, networkDetails: undefined) |
|
| public |
onFragLoading(data: *) |
|
Inherited Summary
| From class EventHandler | ||
| public |
|
|
| public |
hls: * |
|
| public |
|
|
| public |
destroy() |
|
| public |
isEventHandler(): * |
|
| public |
onEvent(event: *, data: *) arguments: event (string), data (any) |
|
| public |
onEventGeneric(event: *, data: *) |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Public Constructors
Public Members
public loaders: {} source
Public Methods
public loaderror(response: *, context: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description |
| response | * | ||
| context | * | ||
| networkDetails | undefined |
|
public loadprogress(stats: *, context: *, data: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description |
| stats | * | ||
| context | * | ||
| data | * | ||
| networkDetails | undefined |
|
public loadsuccess(response: *, stats: *, context: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description |
| response | * | ||
| stats | * | ||
| context | * | ||
| networkDetails | undefined |
|
public loadtimeout(stats: *, context: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description |
| stats | * | ||
| context | * | ||
| networkDetails | undefined |
|
public onFragLoading(data: *) source
Params:
| Name | Type | Attribute | Description |
| data | * |
