TelecomManager.ExtraHasPicture Field
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.
A boolean extra set on incoming calls to indicate that the call has a picture specified.
[Android.Runtime.Register("EXTRA_HAS_PICTURE", ApiSince=31)]
public const string ExtraHasPicture;
[<Android.Runtime.Register("EXTRA_HAS_PICTURE", ApiSince=31)>]
val mutable ExtraHasPicture : string
Field Value
- Attributes
Remarks
A boolean extra set on incoming calls to indicate that the call has a picture specified. Given that image download could take a (short) time, the EXTRA is set immediately upon adding the call to the Dialer app, this allows the Dialer app to reserve space for an image if one is expected. The EXTRA may be unset if the image download ends up failing for some reason.
Java documentation for android.telecom.TelecomManager.EXTRA_HAS_PICTURE
.
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.