Skip to content

Commit

Permalink
WIP maui update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaynigam authored and jkasten2 committed Aug 5, 2022
1 parent 964db2a commit cb37769
Show file tree
Hide file tree
Showing 19 changed files with 300 additions and 233 deletions.
12 changes: 2 additions & 10 deletions OneSignal.iOS.Binding/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1032,16 +1032,8 @@ interface OneSignal {
void SendOutcomeWithValue(string name, NSNumber value, [NullAllowed] OSSendOutcomeSuccess success);
}

//[Static]
////[Verify (ConstantsInterfaceAssociation)]
//partial interface Constants {
// // extern NSString *const ONESIGNAL_VERSION;
// [Field("ONESIGNAL_VERSION", "__Internal")]
// NSString ONESIGNAL_VERSION { get; }
//}

// typedef void (^OSUserResponseBlock)(BOOL);
delegate void OSUserResponseBlock(bool arg0);
// typedef void (^OSUserResponseBlock)(BOOL);
delegate void OSUserResponseBlock(bool arg0);

// typedef void (^OSNotificationDisplayResponse)(OSNotification * _Nullable);
delegate void OSNotificationDisplayResponse([NullAllowed] OSNotification arg0);
Expand Down
342 changes: 195 additions & 147 deletions OneSignalSDK.Xamarin.Android/OneSignalSDK.Xamarin.Android.csproj

Large diffs are not rendered by default.

162 changes: 87 additions & 75 deletions OneSignalSDK.Xamarin.Android/packages.config

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb37769

Please sign in to comment.