HMSAndroidPIPController class

HMSAndroidPIPController is used to setup and start the PIP in android. To know more visit here.

Constructors

HMSAndroidPIPController()

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

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

Static Methods

destroy() Future<bool>
Method to destroy PIP View.
isActive() Future<bool>
Method to check whether pip mode is active currently
isAvailable() Future<bool>
Method to check whether pip mode is available for the current device
setup({bool? autoEnterPip, List<int>? aspectRatio}) Future<HMSException?>
setup PIP is used to setup PIP in Android devices. parameters:
start({List<int>? aspectRatio, bool? autoEnterPip}) Future<bool>
Method to activate pipMode in the application