Android.MainActivity.CustomResultListener.CustomResultListener C# (CSharp) Method

CustomResultListener() public method

public CustomResultListener ( Android.Content.Context context ) : System
context Android.Content.Context
return System
            public CustomResultListener(Context context)
            {
                this.context = context;
            }