belongs to Maven artifact com.android.support:customtabs:28.0.0-alpha1
CustomTabsService
public
abstract
class
CustomTabsService
extends Service
java.lang.Object | ||||
↳ | android.content.Context | |||
↳ | android.content.ContextWrapper | |||
↳ | android.app.Service | |||
↳ | android.support.customtabs.CustomTabsService |
Abstract service class for implementing Custom Tabs related functionality. The service should be responding to the action ACTION_CUSTOM_TABS_CONNECTION. This class should be used by implementers that want to provide Custom Tabs functionality, not by clients that want to launch Custom Tabs.
Summary
Nested classes | |
---|---|
@interface |
CustomTabsService.Relation
|
@interface |
CustomTabsService.Result
|
Constants | |
---|---|
String |
ACTION_CUSTOM_TABS_CONNECTION
The Intent action that a CustomTabsService must respond to. |
String |
KEY_URL
For |
int |
RELATION_HANDLE_ALL_URLS
Used for |
int |
RELATION_USE_AS_ORIGIN
Used for |
int |
RESULT_FAILURE_DISALLOWED
Indicates that the postMessage request was not allowed due to a bad argument or requesting at a disallowed time like when in background. |
int |
RESULT_FAILURE_MESSAGING_ERROR
Indicates that the postMessage request has failed due to an internal error on the browser message channel. |
int |
RESULT_FAILURE_REMOTE_ERROR
Indicates that the postMessage request has failed due to a |
int |
RESULT_SUCCESS
Indicates that the postMessage request was accepted. |
Inherited constants |
---|
![]()
android.app.Service
|
![]()
android.content.Context
|