MethodChannelNoTapjack class
Android/iOS implementation of NoTapjackPlatform using platform channels.
- Inheritance
-
- Object
- PlatformInterface
- NoTapjackPlatform
- MethodChannelNoTapjack
Constructors
Properties
- eventChannel → EventChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tapjackStream
→ Stream<
TapjackSnapshot> -
Stream of
TapjackSnapshotevents reflecting overlay state changes.no setteroverride
Methods
-
disableFilterTouches(
) → Future< bool> -
Disables
filterTouchesWhenObscured, re-allowing touches while the window is obscured.override -
enableFilterTouches(
) → Future< bool> -
Enables
filterTouchesWhenObscuredso Android discards touches while the window is obscured.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startListening(
) → Future< void> -
Starts monitoring for overlay attacks.
override
-
stopListening(
) → Future< void> -
Stops monitoring for overlay attacks.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited