-
public final class TimelineFactory
A Timeline Factory class that creates the appropriate Timeline according to the SSAIWrapper object received.
-
-
Method Summary
Modifier and Type Method Description static Timeline
create(@NonNull() SSAIWrapper ssaiWrapper)
Gets the concrete Timeline instance. -
-
Method Detail
-
create
@NonNull() static Timeline create(@NonNull() SSAIWrapper ssaiWrapper)
Gets the concrete Timeline instance.
- Parameters:
ssaiWrapper
- the ssai wrapper.
-
-
-
-