C# Class BoxKite.Twitter.AndroidPlatformAdaptor

Inheritance: IPlatformAdaptor
显示文件 Open project: nickhodge/BoxKite.Twitter Class Usage Examples

Public Methods

Method Description
AssignKey ( byte key ) : void
AuthWithBroker ( string authuri, string callbackuri ) : Task
ComputeHash ( byte buffer ) : byte[]
DisplayAuthInBrowser ( string u ) : void

Method Details

AssignKey() public method

public AssignKey ( byte key ) : void
key byte
return void

AuthWithBroker() public method

public AuthWithBroker ( string authuri, string callbackuri ) : Task
authuri string
callbackuri string
return Task

ComputeHash() public method

public ComputeHash ( byte buffer ) : byte[]
buffer byte
return byte[]

DisplayAuthInBrowser() public method

public DisplayAuthInBrowser ( string u ) : void
u string
return void