Package live.hms.video.sdk.models
Class FrameworkInfo
-
- All Implemented Interfaces:
public final class FrameworkInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final AgentTypeframeworkprivate final StringframeworkSdkVersionprivate final StringframeworkVersionprivate final BooleanisPrebuilt
-
Constructor Summary
Constructors Constructor Description FrameworkInfo(AgentType framework, String frameworkSdkVersion, String frameworkVersion, Boolean isPrebuilt)
-
Method Summary
Modifier and Type Method Description final AgentTypegetFramework()final StringgetFrameworkSdkVersion()final StringgetFrameworkVersion()final BooleanisPrebuilt()-
-
Method Detail
-
getFramework
final AgentType getFramework()
-
getFrameworkSdkVersion
final String getFrameworkSdkVersion()
-
getFrameworkVersion
final String getFrameworkVersion()
-
isPrebuilt
final Boolean isPrebuilt()
-
-
-
-