GCKUIImage Analyticss क्लास

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

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

यह की-वैल्यू कोडिंग के मुताबिक होना चाहिए.