MLKitBarcodeScanning Framework Referansı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
BarcodeSMS
class BarcodeSMS : NSObject
SMS: veya benzer bir QR kodu türünden SMS mesajı.
-
Bildirim
Swift
var message: String? { get }
-
SMS mesajı telefon numarası.
Bildirim
Swift
var phoneNumber: String? { get }
-
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],["The `BarcodeSMS` class represents an SMS message from a QR code. It contains two main properties: `message`, which holds the SMS body text, and `phoneNumber`, which stores the recipient's phone number. Both `message` and `phoneNumber` are optional strings. The class's initializer (`init`) is unavailable for direct use, suggesting that instances are created through other means not defined here.\n"]]