Customized options to start direct transfer.
Constant Summary
int | CALLER_TYPE_BROWSER | Value of the callerType if the caller is browser. |
int | CALLER_TYPE_UNKNOWN | Value of the callerType if the caller is unknown. |
Inherited Constant Summary
Public Constructor Summary
SourceStartDirectTransferOptions(int callerType)
Constructor for the
SourceStartDirectTransferOptions .
|
Public Method Summary
void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Constants
public static final int CALLER_TYPE_BROWSER
Value of the callerType if the caller is browser.
Constant Value: 2
public static final int CALLER_TYPE_UNKNOWN
Value of the callerType if the caller is unknown.
Constant Value: 0
Public Constructors
public SourceStartDirectTransferOptions (int callerType)
Constructor for the
SourceStartDirectTransferOptions
.