PhoneAccountSuggestion.ShouldAutoSelect 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.
Suggests whether the dialer should automatically place the call using this account without user interaction.
[Android.Runtime.Register("shouldAutoSelect", "()Z", "", ApiSince=29)]
public bool ShouldAutoSelect ();
[<Android.Runtime.Register("shouldAutoSelect", "()Z", "", ApiSince=29)>]
member this.ShouldAutoSelect : unit -> bool
Returns
true
if the hint is to auto-select, false
otherwise.
- Attributes
Remarks
Suggests whether the dialer should automatically place the call using this account without user interaction. This may be set on multiple PhoneAccountSuggestion
s, and the dialer is free to choose which one to use.
Java documentation for android.telecom.PhoneAccountSuggestion.shouldAutoSelect()
.
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.