IframeCommunicationSlave class

Implemented types

Constructors

IframeCommunicationSlave({required WindowBase parent, CommunicationInputListenerDelegate? communicationInputListenerDelegate})

Properties

communication IframeCommunication
getter/setter pair
communicationInputListenerDelegate CommunicationInputListenerDelegate?
final
hashCode int
The hash code for this object.
no setterinherited
receiverMap Map<String, MessageReceiver>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

consumeResource({required CommunicationResourceTypeEnum typeEnum, required String identity, required String title, required String thumbnailPath, String? subTitle}) Future<bool>
override
downloadResource({required CommunicationResourceTypeEnum typeEnum, required String identity, required String title, required String thumbnailPath, required String fileUrl}) Future<bool>
override
favoriteResource({required CommunicationResourceTypeEnum typeEnum, required String identity, required String title, required String thumbnailPath}) Future<bool>
override
getBase64ImageCache(String key) Future<String>
override
getResourceDetail({required CommunicationResourceTypeEnum typeEnum}) Future<ResourceDetail>
override
getResourceExistenceState({required CommunicationResourceTypeEnum typeEnum, required String identity}) Future<ResourceState>
override
getTotalResourceSize({required CommunicationResourceTypeEnum typeEnum}) Future<int>
override
getUsedResourceSize({required CommunicationResourceTypeEnum typeEnum}) Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onRoutePop() Future<void>
override
onRoutePush() Future<void>
override
saveBase64ImageCache(String key, String value) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited