Inheritance: java.lang.Object
コード例 #1
0
        // X:\jsc.svn\core\ScriptCoreLibAndroid\ScriptCoreLibAndroid\android\webkit\SslErrorHandler.cs

        public Handler(Looper looper)
        {

        }
コード例 #2
0
 /// <summary>
 /// Use the provided queue instead of the default one and take a callback
 /// interface in which to handle messages.
 /// </summary>
 /// <remarks>
 /// Use the provided queue instead of the default one and take a callback
 /// interface in which to handle messages.
 /// </remarks>
 public Handler(Looper looper, Handler.Callback callback)
 {
     throw new NotSupportedException();
 }
コード例 #3
0
 /// <summary>Use the provided queue instead of the default one.</summary>
 /// <remarks>Use the provided queue instead of the default one.</remarks>
 public Handler(Looper looper)
 {
     throw new NotSupportedException();
 }
コード例 #4
0
ファイル: Handler.cs プロジェクト: hakeemsm/XobotOS
		/// <summary>
		/// Use the provided queue instead of the default one and take a callback
		/// interface in which to handle messages.
		/// </summary>
		/// <remarks>
		/// Use the provided queue instead of the default one and take a callback
		/// interface in which to handle messages.
		/// </remarks>
		public Handler (Looper looper, Handler.Callback callback)
		{
			throw new NotSupportedException ();
		}
コード例 #5
0
ファイル: Handler.cs プロジェクト: hakeemsm/XobotOS
		/// <summary>Use the provided queue instead of the default one.</summary>
		/// <remarks>Use the provided queue instead of the default one.</remarks>
		public Handler (Looper looper)
		{
			throw new NotSupportedException ();
		}
コード例 #6
0
        // X:\jsc.svn\core\ScriptCoreLibAndroid\ScriptCoreLibAndroid\android\webkit\SslErrorHandler.cs

        public Handler(Looper looper)
        {
        }