FanmeterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FanmeterPlatform
Implementers

Constructors

FanmeterPlatform.new()
Constructs a FanmeterPlatform.

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

execute(Map<String, String> extras, String? notificationClassResponse) Future<int>
getEventData(String? eventTitle) Future<Map<String, dynamic>>
initialize(String companyName, String companyKey, String externalUserId, String externalTokenId, String? externalUserEmail, String? fcmToken, String? ticketNumber, String? ticketStand, String? urlRegulation, bool? log) Future<int>
isServiceRunning() Future<bool>
launchFanmeterNotification(Map<String, String> notificationData, String? notificationClassResponse) Future<int>
launchFanmeterView(int? eventId) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startService(int eventId, String? notificationClassResponse) Future<int>
stopService() Future<int>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FanmeterPlatform
The default instance of FanmeterPlatform to use.
getter/setter pair