Language

SmsEncoding Enum

Definition

Enumerates values returned by several methods of SmsEncoding.

public enum SmsEncoding
type SmsEncoding = 
Inheritance
SmsEncoding

Fields

Name Value Description
Unknown 0

Indicates an unknown encoding scheme defined by TS 23.038.

SevenBit 1

Indicates the 7-bit encoding scheme defined by TS 23.038.

EightBit 2

Indicates the 8-bit encoding scheme defined by TS 23.038.

SixteenBit 3

Indicates the 16-bit encoding scheme defined by TS 23.038.

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