GarbageView

interface GarbageView

Interface implemented by views that require manual garbage collection.

Listeners, which are registered in a view, need to be removed manually. Otherwise memory leaks will occur.

Functions

clearGarbage
Link copied to clipboard
abstract fun clearGarbage()

Set all listeners, ViewModels and shared references to null.

Inheritors

CameraActivity
Link copied to clipboard
ErrorFragment
Link copied to clipboard
FeedbackFragment
Link copied to clipboard
SettingsFragment
Link copied to clipboard
RotationFragment
Link copied to clipboard