PipFlutterPlayerNotificationConfiguration class

Configuration of notification which is displayed once user moves app to background.

Constructors

PipFlutterPlayerNotificationConfiguration({bool? showNotification, String? title, String? author, String? imageUrl, String? notificationChannelName, String? activityName})
const

Properties

activityName → String?
Name of activity used to open application from notification. Used only in Android.
final
author → String?
Author of the given data source, used in controls notification
final
hashCode → int
The hash code for this object.
no setterinherited
imageUrl → String?
Image of the video, used in controls notification
final
notificationChannelName → String?
Name of the notification channel. Used only in Android.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showNotification → bool?
Is player controls notification enabled
final
title → String?
Title of the given data source, used in controls notification
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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