RemoteAppScope

 data 
 class 
 RemoteAppScope 
 : 
 AbstractSafeParcelable 

Represents a remote application scope. An application can provide one or more scopes to a DTDI wakeup request to expand what could start on the remote device beyond an exact Android package match. Only oneof androidRoleScope and androidPackageScope should be set. Not suitable for sending over the wire.

Summary

Public constructors

<init> ( androidRoleScope : AndroidRoleScope )
<init> ( androidPackageScope : AndroidPackageScope )
<init> ( androidRoleScope : AndroidRoleScope ? , androidPackageScope : AndroidPackageScope ? )

Represents a remote application scope.

Public methods

Properties

Specifies an Android package that can be woken up.

An Android Role remote scope, indicates that selecting an allowed alternate app will be deferred to the specified Android role.

Companion properties

Public constructors

<init>

 RemoteAppScope 
 ( 
 androidRoleScope 
 : 
  AndroidRoleScope 
 
 ) 

<init>

 RemoteAppScope 
 ( 
 androidPackageScope 
 : 
  AndroidPackageScope 
 
 ) 

<init>

 RemoteAppScope 
 ( 

androidRoleScope : AndroidRoleScope ? ,
androidPackageScope : AndroidPackageScope ? )

Represents a remote application scope. An application can provide one or more scopes to a DTDI wakeup request to expand what could start on the remote device beyond an exact Android package match. Only oneof androidRoleScope and androidPackageScope should be set. Not suitable for sending over the wire.

Public methods

writeToParcel

 fun 
 writeToParcel 
 ( 

dest : Parcel ,
flags : Int
) : Unit

Properties

androidPackageScope

 val 
 androidPackageScope 
 : 
  AndroidPackageScope 
 
 ? 

Specifies an Android package that can be woken up. The receiving package must specify the originating package in its manifest.

androidRoleScope

 val 
 androidRoleScope 
 : 
  AndroidRoleScope 
 
 ? 

An Android Role remote scope, indicates that selecting an allowed alternate app will be deferred to the specified Android role.

Companion properties

CREATOR

 val 
 CREATOR 
 : 
  Creator 
 
 < 
  RemoteAppScope 
 
 > 
Create a Mobile Website
View Site in Mobile | Classic
Share by: