MethodChannelMapboxAdFlutter class

An implementation of MapboxAdFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

endSession() → dynamic
override
getBusinessHoursSummary(String openingHours, String token, String apiBaseURL, String userAgent) Future<Map<Object?, Object?>?>
Business Hours
override
initPME(String env, String token, String mediaID, String sdkID, String sdkVersion) → dynamic
PME Manager
override
mapMove(List<Map<Object?, Object?>> props, double zoom, {String mapState = 'move'}) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pmeDebug(bool debug) → dynamic
PME Logger
override
sendAction(String id, String action, double zoom) → dynamic
override
sendDeselect(String id, double zoom) → dynamic
override
sendFeedback(String id, double zoom, String type, {String action = '', String desc = ''}) → dynamic
override
sendSDKLogs(String type, {String desc = '', String id = ''}) → dynamic
override
sendSelect(String id, double zoom) → dynamic
override
sessionId() Future<String?>
override
startSession() → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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