ControlsProviderService.CreatePublisherForSuggested Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(Optional) Publisher for suggested controls
The service may be asked to provide a small number of recommended controls, in
order to suggest some controls to the user for favoriting.
[Android.Runtime.Register("createPublisherForSuggested", "()Ljava/util/concurrent/Flow$Publisher;", "GetCreatePublisherForSuggestedHandler", ApiSince=30)]
public virtual Java.Util.Concurrent.Flow.IPublisher? CreatePublisherForSuggested ();
[<Android.Runtime.Register("createPublisherForSuggested", "()Ljava/util/concurrent/Flow$Publisher;", "GetCreatePublisherForSuggestedHandler", ApiSince=30)>]
abstract member CreatePublisherForSuggested : unit -> Java.Util.Concurrent.Flow.IPublisher
override this.CreatePublisherForSuggested : unit -> Java.Util.Concurrent.Flow.IPublisher
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.