Provides cross-platform access to a common subset of functionality between the iOS and Android SDKs.
More...
Inherits Java.Lang.Object, IDeepLinkListener, UrbanAirship.Channel.IAirshipChannelListener, IPushNotificationStatusListener, UrbanAirship.MessageCenter.IInboxListener, and NSObject.
Provides cross-platform access to a common subset of functionality between the iOS and Android SDKs.
◆ Airship() [1/2]
| AirshipDotNet.Airship.Airship |
( |
| ) |
|
|
inline |
◆ Airship() [2/2]
| AirshipDotNet.Airship.Airship |
( |
| ) |
|
|
inline |
◆ OnChange()
| void AirshipDotNet.Airship.OnChange |
( |
UrbanAirship.Push.PushNotificationStatus | status | ) |
|
|
inline |
◆ OnChannelCreated()
| void AirshipDotNet.Airship.OnChannelCreated |
( |
string | channelId | ) |
|
|
inline |
◆ OnDeepLink()
| bool AirshipDotNet.Airship.OnDeepLink |
( |
string | deepLink | ) |
|
|
inline |
◆ OnInboxUpdated()
| void AirshipDotNet.Airship.OnInboxUpdated |
( |
| ) |
|
|
inline |
◆ ProcessDeepLink() [1/2]
| Task< bool > AirshipDotNet.Airship.ProcessDeepLink |
( |
string | url | ) |
|
|
inlinestatic |
Processes a deep link.
For uairship:// scheme URLs, Airship will handle the deep link internally. For other URLs, Airship will forward the deep link to the deep link listener if set.
- Parameters
-
- Returns
- True if the deep link was handled, false otherwise.
◆ ProcessDeepLink() [2/2]
| Task< bool > AirshipDotNet.Airship.ProcessDeepLink |
( |
string | url | ) |
|
|
inlinestatic |
Processes a deep link.
- Parameters
-
- Returns
- A task that completes with true if the deep link was handled, false otherwise.
◆ Analytics
◆ Channel
◆ Contact
◆ FeatureFlagManager
◆ InApp
◆ Instance
| Airship AirshipDotNet.Airship.Instance |
|
staticget |
◆ MessageCenter
◆ PermissionsManager
◆ PreferenceCenter
◆ PrivacyManager
◆ Push
◆ Version
| string AirshipDotNet.Airship.Version |
|
staticget |
Gets the Airship .NET library version.
◆ OnChannelCreation
Add/remove the channel creation listener.
◆ OnDeepLinkReceived
Add/remove the deep link listener.
◆ OnMessageCenterDisplay
Add/remove the Message Center display listener.
◆ OnPushNotificationStatusUpdate
Add/remove the push notification status listener.