IFragment

interface IFragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?>

Author

martin.krischik

Since

1.0

Inheritors

Functions

Link copied to clipboard
abstract fun asFragment(): Fragment
Returns the instance as a Fragment (saves you and instanceOf check and cast)
Link copied to clipboard
abstract fun bindActivity(Activity: Activity_Type)
Bind or unbind the calculator activity
Link copied to clipboard
abstract fun bindPreferences(Preferences: Preference_Type)
Bind or unbind the calculator preferences
Link copied to clipboard
abstract fun bindService(Service: Service_Type)
Bind or unbind the calculator service
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
abstract fun getTag(): String
Get the tag name of the fragment, if specified.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()