Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Class Info |
|---|
public class ConnectRequestChoice implements Parcelable Reports the connection request result. |
Constructor Name |
|---|
public ConnectRequestChoice(int choice, ProjectionDevice device) Creates a ConnectRequestChoice object. |
Qualifier and Type | Method Name and Description |
|---|---|
int | Obtains the result of whether the display device user allows the projection request. |
ProjectionDevice | Obtains the information about the mobile device whose content will be projected to the display device. |
Constructor |
|---|
public ConnectRequestChoice(int choice, ProjectionDevice device) Creates a ConnectRequestChoice object. |
Parameters
Name | Description |
|---|---|
choice | Result of whether the display device user allows the projection request. The options are as follows:
|
device | Information about the mobile device whose content will be projected to the display device. |
Method |
|---|
public int getChoice() Obtains the result of whether the display device user allows the projection request. |
Return
Type | Description |
|---|---|
int | Result of whether the display device user allows the projection request. The options are as follows:
|
Method |
|---|
public ProjectionDevice getRelatedDevice() Obtains the information about the mobile device whose content will be projected to the display device. |
Return
Type | Description |
|---|---|
ProjectionDevice | Information about the mobile device whose content will be projected to the display device. |