Skip to content

Commit

Permalink
Update generated classes using last unpublished version of JNetReflec…
Browse files Browse the repository at this point in the history
…tor (#42)

Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Jun 3, 2024
1 parent ce0fd79 commit 4a8505f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions src/net/Netdroid/Generated/Android/Bluetooth/BluetoothA2dp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ public int GetConnectionState(Android.Bluetooth.BluetoothDevice arg0)
{
return IExecuteWithSignature<Java.Util.List<Android.Bluetooth.BluetoothDevice>>("getDevicesMatchingConnectionStates", "([I)Ljava/util/List;", new object[] { arg0 });
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/bluetooth/BluetoothA2dp.html#finalize()"/>
/// </summary>
public void Finalize()
{
IExecuteWithSignature("finalize", "()V");
}

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ public void CloseChildSession(Android.Net.Ipsec.Ike.ChildSessionCallback arg0)
IExecuteWithSignature("closeChildSession", "(Landroid/net/ipsec/ike/ChildSessionCallback;)V", arg0);
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/net/ipsec/ike/IkeSession.html#finalize()"/>
/// </summary>
public void Finalize()
{
IExecuteWithSignature("finalize", "()V");
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/net/ipsec/ike/IkeSession.html#kill()"/>
/// </summary>
public void Kill()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public AutoCompleteTextView(Android.Content.Context arg0)
/// <see href="https://developer.android.com/reference/android/widget/AutoCompleteTextView.html#setAdapter(android.widget.ListAdapter)"/>
/// </summary>
/// <param name="arg0"><typeparamref name="T"/></param>
/// <typeparam name="T"><see cref="Android.Widget.IListAdapter"/></typeparam>
/// <typeparam name="T"><see cref="Android.Widget.IListAdapter, Android.Widget.IFilterable"/></typeparam>
public void SetAdapter<T>(T arg0) where T : Android.Widget.IListAdapter, Android.Widget.IFilterable, new()
{
IExecuteWithSignature("setAdapter", "(Landroid/widget/ListAdapter;)V", arg0);
Expand Down

0 comments on commit 4a8505f

Please sign in to comment.