public interface ReceiverOptionsProvider
Provider of CastReceiverOptions.
The provided options is only used when CastReceiverContext
is initialized, and the options in CastReceiverContext
can change afterwards.
Public Method Summary
| abstract CastReceiverOptions |
getOptions(Context
appContext)
Provides
CastReceiverOptions,
which indicates the information about the receiver application.
|
Public Methods
public abstract CastReceiverOptions getOptions (Context appContext)
Provides CastReceiverOptions,
which indicates the information about the receiver application.
Parameters
| appContext | the application Context |
|---|
Returns
- the
CastReceiverOptions, must not benull