WOWZPlatformInfo

Superclass:
NSObject
Declared In:

Introduction

The WOWZPlatformInfo class provides basic information about the current device.



Methods

+friendlyModel
+iOSVersion
+model
+string

friendlyModel


+ (nonnull NSString *) friendlyModel; 
Return Value

The name and other information about the model as determined by compile-time knowledge of various iOS devices in existence.

Discussion

Gets a description of the device model in a human-readable string.


iOSVersion


+ (nonnull NSString *) iOSVersion; 
Return Value

The version of iOS installed on the device.

Discussion

Gets the version of iOS installed on the device.


model


+ (nonnull NSString *) model; 
Return Value

A description of the device model, as returned by the uname system call.

Discussion

Gets the device model.


string


+ (nonnull NSString *) string; 
Return Value

The device's model, friendlyModel, and iOSVersion information.

Discussion

Gets all of the device's WOWZPlatformInfo in a human-readable string.