PostMessageService
open class PostMessageService : Service
kotlin.Any | ||||
↳ | android.content.Context | |||
↳ | android.content.ContextWrapper | |||
↳ | android.app.Service | |||
↳ | androidx.browser.customtabs.PostMessageService |
A service to receive postMessage related communication from a Custom Tabs provider.
Summary
Public constructors | |
---|---|
<init>() A service to receive postMessage related communication from a Custom Tabs provider. |
Public methods | |
---|---|
open IBinder |
Public constructors
<init>
PostMessageService()
A service to receive postMessage related communication from a Custom Tabs provider.