Language

UpgradeStatus Enum

Definition

public enum UpgradeStatus
type UpgradeStatus = 
Inheritance
UpgradeStatus

Fields

Name Value Description
Accepted 1

Status code when the default SMS app has accepted the message upgrade request and will now attempt to send it as per it's supported transport.

Android reference for android.service.messaging.AlternativeMessageTransportService.UPGRADE_STATUS_ACCEPTED.

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.

Rejected 2

Status code when the default SMS app could not accept the message upgrade request.

Android reference for android.service.messaging.AlternativeMessageTransportService.UPGRADE_STATUS_REJECTED.

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