Share via


ControlsProviderService.CreatePublisherForSuggested Method

Definition

(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

Java documentation for android.service.controls.ControlsProviderService.createPublisherForSuggested().

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.

Applies to