GCKUIImageHints क्लास

GCKUIImageHints क्लास संदर्भ

खास जानकारी

ऐसा ऑब्जेक्ट जो यूज़र इंटरफ़ेस (यूआई) में दिखाने के लिए इमेज के टाइप और साइज़ के बारे में GCKUIImagePicker को संकेत देता है.

सिंस
3.0

NSObject, <NSCopying>, और <NSCoding> इनहेरिट करता है.

इंस्टेंस के तरीके की खास जानकारी

(instancetype) - initWithImageType:imageSize:
 सुविधा शुरू करने वाला. ज़्यादा...
 
(instancetype) - initWithImageType:imageSize:customData:
 शुरू करने वाला व्यक्ति ज़्यादा...
 

प्रॉपर्टी की खास जानकारी

GCKMediaMetadataImageType imageType
 इमेज का टाइप. ज़्यादा...
 
CGSize imageSize
 इमेज का साइज़. ज़्यादा...
 
NSObject< NSCoding > * customData
 वैकल्पिक कस्टम डेटा, जिसका इस्तेमाल इमेज की पहचान करने के लिए किया जा सकता है. ज़्यादा...
 

तरीके की जानकारी

- (instancetype) initWithImageType: (GCKMediaMetadataImageType imageType
imageSize: (CGSize)  imageSize 

सुविधा शुरू करने वाला.

कस्टम डेटा को nil पर सेट करता है.

Parameters
imageTypeThe image type.
imageSizeThe image size.
- (instancetype) initWithImageType: (GCKMediaMetadataImageType imageType
imageSize: (CGSize)  imageSize
customData: (NSObject< NSCoding > *__nullable)  customData 

शुरू करने वाला व्यक्ति

Parameters
imageTypeThe image type.
imageSizeThe image size.
customDataThe arbitrary custom data that can be used by a custom GCKUIImagePicker to select an image.

प्रॉपर्टी की जानकारी

- (GCKMediaMetadataImageType) imageType
readnonatomicassign

इमेज का टाइप.

- (CGSize) imageSize
readnonatomicassign

इमेज का साइज़.

- (NSObject<NSCoding>*) customData
readnonatomiccopy

वैकल्पिक कस्टम डेटा, जिसका इस्तेमाल इमेज की पहचान करने के लिए किया जा सकता है.

यह कोड की वैल्यू के हिसाब से होना चाहिए.