Example #1
0
 [DllImport("TweetMedia")] public static extern tmTweetState    tmGetTweetState(tmContext ctx, int thandle);
Example #2
0
 [DllImport("TweetMedia")] public static extern bool            tmAddMedia(tmContext ctx, IntPtr data, int data_size, tmEMediaType mtype);
Example #3
0
 [DllImport("TweetMedia")] public static extern void            tmClearMedia(tmContext ctx);
Example #4
0
 [DllImport("TweetMedia")] public static extern tmAuthState     tmGetRequestAuthURLState(tmContext ctx);
Example #5
0
 [DllImport("TweetMedia")] public static extern void            tmEnterPinAsync(tmContext ctx, string pin);
Example #6
0
 [DllImport("TweetMedia")] public static extern void            tmVerifyCredentialsAsync(tmContext ctx);
Example #7
0
 [DllImport("TweetMedia")] public static extern tmAuthState     tmRequestAuthURL(tmContext ctx, string consumer_key, string consumer_secret);
 public static extern tmAuthState tmGetRequestAuthURLState(tmContext ctx);
 public static extern tmTweetState tmGetTweetState(tmContext ctx, int thandle);
 public static extern void tmEnterPinAsync(tmContext ctx, string pin);
 public static extern tmAuthState tmGetEnterPinState(tmContext ctx);
 public static extern tmAuthState tmEnterPin(tmContext ctx, string pin);
 public static extern void tmDestroyContext(tmContext ctx);
 public static extern void tmClearMedia(tmContext ctx);
 public static extern bool tmAddMediaFile(tmContext ctx, string path);
 public static extern void tmReleaseTweetCache(tmContext ctx, int thandle);
Example #17
0
 [DllImport("TweetMedia")] public static extern bool            tmSaveCredentials(tmContext ctx, string path);
 public static extern tmAuthState tmRequestAuthURL(tmContext ctx, string consumer_key, string consumer_secret);
Example #19
0
 [DllImport("TweetMedia")] public static extern tmAuthState     tmGetVerifyCredentialsState(tmContext ctx);
 public static extern void tmRequestAuthURLAsync(tmContext ctx, string consumer_key, string consumer_secret);
Example #21
0
 [DllImport("TweetMedia")] public static extern void            tmRequestAuthURLAsync(tmContext ctx, string consumer_key, string consumer_secret);
 public static extern bool tmSaveCredentials(tmContext ctx, string path);
Example #23
0
 [DllImport("TweetMedia")] public static extern tmAuthState     tmEnterPin(tmContext ctx, string pin);
 public static extern int tmTweetAsync(tmContext ctx, string message);
Example #25
0
 [DllImport("TweetMedia")] public static extern tmAuthState     tmGetEnterPinState(tmContext ctx);
 public static extern tmAuthState tmVerifyCredentials(tmContext ctx);
Example #27
0
 [DllImport("TweetMedia")] public static extern bool            tmAddMediaFile(tmContext ctx, string path);
 public static extern void tmVerifyCredentialsAsync(tmContext ctx);
Example #29
0
 [DllImport("TweetMedia")] public static extern int             tmTweetAsync(tmContext ctx, string message);
Example #30
0
 [DllImport("TweetMedia")] public static extern void            tmDestroyContext(tmContext ctx);
Example #31
0
 [DllImport("TweetMedia")] public static extern void            tmReleaseTweetCache(tmContext ctx, int thandle);
 public static extern bool tmAddMedia(tmContext ctx, IntPtr data, int data_size, tmEMediaType mtype);