service / com.scurab.android.uitor.service / UitorService

UitorService

class UitorService : Service

Constructors

<init>

UitorService()

Functions

onBind

fun onBind(intent: Intent?): IBinder?

onCreate

fun onCreate(): Unit

onDestroy

fun onDestroy(): Unit

onStartCommand

fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int

Companion Object Functions

startService

fun startService(context: Context, port: Int, overwriteWebFolder: Boolean = false): Unit