PTRefreshOptions

@interface PTRefreshOptions : NSObject
{


}




- (BOOL)GetDrawBackgroundOnly;
- (PTRefreshOptions*)SetDrawBackgroundOnly: (BOOL)value;
- (BOOL)GetRefreshExisting;
- (PTRefreshOptions*)SetRefreshExisting: (BOOL)value;
- (BOOL)GetUseNonStandardRotation;
- (PTRefreshOptions*)SetUseNonStandardRotation: (BOOL)value;
- (BOOL)GetUseRoundedCorners;
- (PTRefreshOptions*)SetUseRoundedCorners: (BOOL)value;
- (instancetype)init;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetDrawBackgroundOnly;

    Swift

    func getDrawBackgroundOnly() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTRefreshOptions*)SetDrawBackgroundOnly: (BOOL)value;

    Swift

    func setDrawBackgroundOnly(_ value: Bool) -> PTRefreshOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetRefreshExisting;

    Swift

    func getRefreshExisting() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTRefreshOptions*)SetRefreshExisting: (BOOL)value;

    Swift

    func setRefreshExisting(_ value: Bool) -> PTRefreshOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetUseNonStandardRotation;

    Swift

    func getUseNonStandardRotation() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTRefreshOptions*)SetUseNonStandardRotation: (BOOL)value;

    Swift

    func setUseNonStandardRotation(_ value: Bool) -> PTRefreshOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetUseRoundedCorners;

    Swift

    func getUseRoundedCorners() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTRefreshOptions*)SetUseRoundedCorners: (BOOL)value;

    Swift

    func setUseRoundedCorners(_ value: Bool) -> PTRefreshOptions!
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init;

    Swift

    init!()