Property | Type | Description | |
---|---|---|---|
AnalyzeFailedReason | string | ||
AttachClipboardImage | void | ||
AttachImageFromPath | void | ||
CheckInput | bool | ||
EscapeUrl | void | ||
InputDataChanged | void | ||
SendCore | void | ||
SetCursor | void | ||
ShowImageAttachErrorMessage | void | ||
StartSnippingTool | void | ||
UpdateGeoLocationService | void | ||
UpdateHashtagCandidates | void | ||
UpdateTextCount | void |
Method | Description | |
---|---|---|
AmendLastPosted ( ) : void | ||
AttachImage ( ) : void | ||
BindHashtag ( string hashtag ) : void | ||
CheckClearInput ( string clearTo = "" ) : bool | ||
ClearDirectMessage ( ) : void | ||
ClearInReplyTo ( ) : void | ||
ClearInput ( string clearTo = "", bool sendDraftIfChanged = false ) : void | ||
InputCoreViewModel ( |
||
Send ( ) : void | ||
UnbindHashtag ( string hashtag ) : void |
Method | Description | |
---|---|---|
AnalyzeFailedReason ( IEnumerable |
||
AttachClipboardImage ( ) : void | ||
AttachImageFromPath ( string file ) : void | ||
CheckInput ( ) : bool | ||
EscapeUrl ( ) : void | ||
InputDataChanged ( ) : void | ||
SendCore ( |
||
SetCursor ( CursorPosition position ) : void | ||
ShowImageAttachErrorMessage ( |
||
StartSnippingTool ( ) : void | ||
UpdateGeoLocationService ( bool isEnabled ) : void | ||
UpdateHashtagCandidates ( ) : void | ||
UpdateTextCount ( ) : void |
public CheckClearInput ( string clearTo = "" ) : bool | ||
clearTo | string | |
return | bool |
public ClearInput ( string clearTo = "", bool sendDraftIfChanged = false ) : void | ||
clearTo | string | |
sendDraftIfChanged | bool | |
return | void |
public InputCoreViewModel ( |
||
parent | ||
return | System |
public UnbindHashtag ( string hashtag ) : void | ||
hashtag | string | |
return | void |