WisesdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- WisesdkPlatform
- Implementers
Constructors
- WisesdkPlatform()
- Constructs a WisesdkPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disableScreenCapture(
bool disableScreenCapture) → Future< void> -
getPlatformVersion(
) → Future< String?> -
getSdkName(
) → Future< String?> -
gotoMeeting(
) → void -
initSdk(
String vendorId, String namespace) → Future< void> -
isMeetingInProgress(
) → Future< bool> -
joinMeetingByClassID(
String classroomId, bool disableScreenCapture) → Future< void> -
joinMeetingByClassPublicId(
String classroomPublicId, String name, String userId) → Future< void> -
loginUsingSSOToken(
String ssoToken) → Future< void> -
logoutSSO(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAuthToken(
String token) → Future< void> -
setLensIcon(
String iconName) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ WisesdkPlatform
-
The default instance of WisesdkPlatform to use.
getter/setter pair