#[repr(transparent)]pub struct ILMessageFilterSubAction(pub NSInteger);ILMessageFilterAction only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl ILMessageFilterSubAction
impl ILMessageFilterSubAction
Sourcepub const None: Self
pub const None: Self
Insufficient information to determine an action to take. In a query response, has the effect of allowing the message to be shown normally.
Sourcepub const TransactionalOthers: Self
pub const TransactionalOthers: Self
Prevent the message from being shown normally, filtered as Other message.
Sourcepub const TransactionalFinance: Self
pub const TransactionalFinance: Self
Prevent the message from being shown normally, filtered as Finance message.
Sourcepub const TransactionalOrders: Self
pub const TransactionalOrders: Self
Prevent the message from being shown normally, filtered as Orders (eCommerce) message.
Sourcepub const TransactionalReminders: Self
pub const TransactionalReminders: Self
Prevent the message from being shown normally, filtered as Reminder message.
Sourcepub const TransactionalHealth: Self
pub const TransactionalHealth: Self
Prevent the message from being shown normally, filtered as Health message.
Sourcepub const TransactionalWeather: Self
pub const TransactionalWeather: Self
Prevent the message from being shown normally, filtered as Weather message.
Sourcepub const TransactionalCarrier: Self
pub const TransactionalCarrier: Self
Prevent the message from being shown normally, filtered as Carrier message.
Sourcepub const TransactionalRewards: Self
pub const TransactionalRewards: Self
Prevent the message from being shown normally, filtered as Rewards message.
Sourcepub const TransactionalPublicServices: Self
pub const TransactionalPublicServices: Self
Prevent the message from being shown normally, filtered as Government message.
Sourcepub const PromotionalOthers: Self
pub const PromotionalOthers: Self
Prevent the message from being shown normally, filtered as Others message.
Sourcepub const PromotionalOffers: Self
pub const PromotionalOffers: Self
Prevent the message from being shown normally, filtered as Offers message.
Sourcepub const PromotionalCoupons: Self
pub const PromotionalCoupons: Self
Prevent the message from being shown normally, filtered as Coupons message.
Trait Implementations§
Source§impl Clone for ILMessageFilterSubAction
impl Clone for ILMessageFilterSubAction
Source§fn clone(&self) -> ILMessageFilterSubAction
fn clone(&self) -> ILMessageFilterSubAction
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more