GCKSenderApplicationInfo ক্লাস
একটি প্রেরক আবেদন সম্পর্কে তথ্য.
উত্তরাধিকারসূত্রে এনএসওবজেক্ট। <NSCopying> প্রয়োগ করে।
প্রেরকের আবেদনের প্ল্যাটফর্ম।
- (NSString*) appIdentifier |
|
read nonatomic copy |
প্রেরক অ্যাপ্লিকেশনের অনন্য শনাক্তকারী (অ্যাপ আইডি)।
প্রেরক অ্যাপ্লিকেশনের লঞ্চ URL (URL স্কিম)।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `GCKSenderApplicationInfo` class provides information about a sender application, such as its platform, unique identifier, and launch URL."],["This class inherits from `NSObject` and conforms to the `NSCopying` protocol."],["`platform` identifies the sender application's operating system (iOS, Android, etc.)."],["`appIdentifier` is the sender application's unique ID (bundle ID on iOS, package name on Android)."],["`launchURL` represents the URL scheme used to launch the sender application."]]],["The `GCKSenderApplicationInfo` class provides information about a sender application, inheriting from `NSObject` and implementing `NSCopying`. Key properties include: `platform`, representing the sender's platform; `appIdentifier`, a unique application ID; and `launchURL`, the application's launch URL scheme. These properties are accessed to identify and interact with the sender application. `platform` is a `GCKSenderApplicationInfoPlatform`, while `appIdentifier` is a string and `launchURL` is an `NSURL`.\n"]]