MethodChannelFlutterselligent class
- Inheritance
-
- Object
- PlatformInterface
- FlutterselligentPlatform
- MethodChannelFlutterselligent
Constructors
Properties
-
getter/setter pair
- displayingIAM ↔ String
-
getter/setter pair
- handleEvents ↔ dynamic Function(BroadcastEvent event)
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- log → Logger
-
final
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
applyLogLevel(
LogLevel logLevel) → Future< void> -
override
-
areInAppMessagesEnabled(
) → Future< bool> -
override
-
displayIAM(
String messageId, {String? templateId = ''}) → Future< void> -
displayLastReceivedNotification(
) → Future< void> -
override
-
displayLastReceivedRemotePushNotification(
{String? templateId = ''}) → Future< void> -
override
-
displayNotification(
String notificationId, {String? templateId = ''}) → Future< void> -
override
-
displayNotificationInternal(
String notificationId, {String? templateId = ''}) → Future< void> -
enableInAppMessages(
bool enabled) → Future< void> -
override
-
enableNotifications(
bool enabled) → Future< void> -
override
-
executeButtonAction(
String buttonId, String messageId) → Future< void> -
override
-
executePushAction(
) → Future< void> -
override
-
getData(
dynamic data) → dynamic -
getDate(
Object? input) → int -
getDeviceId(
) → Future< String> -
override
-
getInAppMessages(
) → Future< List< InAppMessageData> > -
override
-
getLastRemotePushNotification(
) → Future< RemoteNotificationData?> -
override
-
getVersionLib(
) → Future< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerForProvisionalRemoteNotification(
) → Future< void> -
override
-
sendEvent(
EventType type, String identifier, Map< Object?, Object?> data) → Future<void> -
override
-
setInAppMessageAsDeleted(
String messageId) → Future< void> -
override
-
setInAppMessageAsSeen(
String messageId) → Future< void> -
override
-
setInAppMessageAsUnseen(
String messageId) → Future< void> -
override
-
subscribeToEvents(
List< String> events, {required dynamic handle(BroadcastEvent event)}) → Future<void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited