{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

SpeakEasyService

class SpeakEasyService


Serves SpeakEasy requests.

Summary

Public constructors

Public functions

IBinder
onBind(i: Intent)
Unit
Unit
Unit
onStart(intent: Intent, id: Int)
Int
onStartCommand(intent: Intent, flags: Int, startId: Int)

Public constructors

SpeakEasyService

SpeakEasyService()

Public functions

onBind

fun onBind(i: Intent): IBinder

onCreate

fun onCreate(): Unit

onDestroy

fun onDestroy(): Unit

onStart

fun onStart(intent: Intent, id: Int): Unit

onStartCommand

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