AI-generated Key Takeaways
-
ReceiverOptionsProvider is an interface that provides CastReceiverOptions.
-
The provided options are used during the initialization of CastReceiverContext and can change afterward.
-
The interface has one abstract method, getOptions, which returns CastReceiverOptions.
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