Język

SmsEncoding Enum

Definition

Enumerates values returned by several methods of SmsEncoding.

public enum SmsEncoding
type SmsEncoding = 
Inheritance
SmsEncoding

Fields

Name Value Description
Unknown 0

User data text encoding code unit size

Android reference for android.telephony.SmsMessage.ENCODING_UNKNOWN.

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.

SevenBit 1
EightBit 2
SixteenBit 3
Ksc5601 4

This value is not defined in global standard. Only in Korea, this is used.

Android reference for android.telephony.SmsMessage.ENCODING_KSC5601.

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.

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.

Applies to