pub struct AppClip {
pub request_ephemeral_user_notification: Option<bool>,
pub request_location_confirmation: Option<bool>,
}Expand description
App Clip
Fields§
§request_ephemeral_user_notification: Option<bool>A Boolean value that indicates whether an App Clip can schedule or receive notifications for a limited amount of time.
Set the corresponding value to true to enable your App Clip to schedule or receive notifications for up to 8 hours after each launch. For more information, see Enabling Notifications in App Clips.
§Availability
- iOS 14.0+
§Framework
- App Clip
request_location_confirmation: Option<bool>A Boolean value that indicates whether an App Clip can confirm the user’s location.
Set the value to true to allow your App Clip to confirm the user’s location. For more information, see Responding to Invocations.
§Availability
- iOS 14.0+
§Framework
- App Clip
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AppClip
impl<'de> Deserialize<'de> for AppClip
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AppClip
impl StructuralPartialEq for AppClip
Auto Trait Implementations§
impl Freeze for AppClip
impl RefUnwindSafe for AppClip
impl Send for AppClip
impl Sync for AppClip
impl Unpin for AppClip
impl UnwindSafe for AppClip
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.