C# Class ThirdParty.iOS4Unity.UIDevice

Inheritance: NSObject
ファイルを表示 Open project: aws/aws-sdk-net

Public Methods

Method Description
CheckSystemVersion ( int major, int minor ) : bool
PlayInputClick ( ) : void

Private Methods

Method Description
UIDevice ( ) : System
UIDevice ( IntPtr handle ) : System

Method Details

CheckSystemVersion() public method

public CheckSystemVersion ( int major, int minor ) : bool
major int
minor int
return bool

PlayInputClick() public method

public PlayInputClick ( ) : void
return void